oh, right.
This commit is contained in:
parent
35f212a88d
commit
279b992fcf
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@
|
|||
)
|
||||
];
|
||||
sucrose.modules = [
|
||||
({
|
||||
sops.secrets.forgejo_runner_"${config.networking.hostName}"_token = { };
|
||||
({config, ...}: {
|
||||
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''}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue