diff --git a/sops.mod.nix b/sops.mod.nix index 093b6a8..190386f 100644 --- a/sops.mod.nix +++ b/sops.mod.nix @@ -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''} ''; }) ];