From 279b992fcfdf2b6314ea205535333fdabce523cf Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 12:20:20 +0200 Subject: [PATCH] oh, right. --- sops.mod.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sops.mod.nix b/sops.mod.nix index 190386f..f1eb2a9 100644 --- a/sops.mod.nix +++ b/sops.mod.nix @@ -34,8 +34,8 @@ ) ]; sucrose.modules = [ - ({ - sops.secrets.forgejo_runner_"${config.networking.hostName}"_token = { }; + ({config, ...}: { + 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''} '';