awa
This commit is contained in:
parent
c4fd5bfa41
commit
f808f77176
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@
|
||||||
];
|
];
|
||||||
sucrose.modules = [
|
sucrose.modules = [
|
||||||
({config, ...}: {
|
({config, ...}: {
|
||||||
sops.secrets.forgejo_runner_glucose_token = { };
|
sops.secrets."forgejo_runner_${config.networking.hostName}_token" = { };
|
||||||
sops.secrets.forgejo_runner_fructose_token = { }; # fuck it, i'll do it like this
|
|
||||||
sops.templates."forgejo_runner.env.secrets.yaml".content = ''
|
sops.templates."forgejo_runner.env.secrets.yaml".content = ''
|
||||||
TOKEN=${config.sops.placeholder."forgejo_runner_${config.networking.hostName}_token"}
|
TOKEN=${config.sops.placeholder."forgejo_runner_${config.networking.hostName}_token"}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue