oopsie
This commit is contained in:
parent
e9f42a5fd3
commit
baa0b8a065
1 changed files with 5 additions and 2 deletions
|
@ -35,12 +35,15 @@
|
||||||
];
|
];
|
||||||
sucrose.modules = [
|
sucrose.modules = [
|
||||||
({
|
({
|
||||||
sops.secrets.forgejo-runner-token = { };
|
sops.secrets.forgejo_runner_${config.networking.hostName}_token = { };
|
||||||
|
sops.templates."forgejo_runner.env.secrets.yaml".content = ''
|
||||||
|
TOKEN=${config.sops.placeholder."forgejo_runner_${config.networking.hostName}_token"}
|
||||||
|
'';
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
glucose.modules = [
|
glucose.modules = [
|
||||||
({
|
({
|
||||||
sops.secrets.binary-cache-secret = { };
|
sops.secrets.binary_cache_secret = { };
|
||||||
})
|
})
|
||||||
(
|
(
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
|
|
Loading…
Reference in a new issue