diff --git a/sops.mod.nix b/sops.mod.nix index 914c0a5..b9b40d9 100644 --- a/sops.mod.nix +++ b/sops.mod.nix @@ -38,7 +38,7 @@ sops.secrets.forgejo_runner_glucose_token = { }; sops.secrets.forgejo_runner_fructose_token = { }; # fuck it, i'll do it like this 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} ''; }) ];