From 216fb5cf3b7927667a8d107759902d39bdb962fe Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 12:20:45 +0200 Subject: [PATCH] ggguuuuhh --- sops.mod.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sops.mod.nix b/sops.mod.nix index f1eb2a9..b6a2ed5 100644 --- a/sops.mod.nix +++ b/sops.mod.nix @@ -35,7 +35,7 @@ ]; sucrose.modules = [ ({config, ...}: { - 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''} '';