From f8f098d205a3b3be83fe712482bf86e2b17df907 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Sun, 3 Nov 2024 21:57:38 +0200 Subject: [PATCH] is it this, maybe? --- services/gts/gts.mod.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gts/gts.mod.nix b/services/gts/gts.mod.nix index fcdafca..6789974 100644 --- a/services/gts/gts.mod.nix +++ b/services/gts/gts.mod.nix @@ -7,7 +7,7 @@ enable = true; package = pkgs.gts; setupPostgresqlDB = false; - environmentFile = config.sops.templates."gts.env.secrets.yaml".path; + environmentFile = "${config.sops.templates."gts.env.secrets.yaml".path}"; settings = { # # most of these are the defaults but i'm writing them here anyways