From 4d387f60fdedb3311cac32b10fc30cf178b9c4ca Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 12:23:38 +0200 Subject: [PATCH] UNEXPECTED DOLLAR CURLY FOUND DEAD --- sops.mod.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sops.mod.nix b/sops.mod.nix index b9b40d9..cf97d1d 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} ''; }) ];