From 598324024ab63ade8b2d73574bd2dde5873c9554 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 12:23:11 +0200 Subject: [PATCH] please work,, --- sops.mod.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ''; }) ];