maybe like this?
This commit is contained in:
parent
baa0b8a065
commit
35f212a88d
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@
|
|||
];
|
||||
sucrose.modules = [
|
||||
({
|
||||
sops.secrets.forgejo_runner_${config.networking.hostName}_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"}
|
||||
TOKEN=${config.sops.placeholder.''forgejo_runner_"${config.networking.hostName}"_token''}
|
||||
'';
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue