From a32dd6dbf3b8b6ee35671e89401b1e472a857098 Mon Sep 17 00:00:00 2001 From: chaos Date: Sat, 20 Jul 2024 12:28:47 +0100 Subject: [PATCH] change gotosocial env secrets name --- hosts/hetzner-arm/profiles/gotosocial.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hetzner-arm/profiles/gotosocial.nix b/hosts/hetzner-arm/profiles/gotosocial.nix index c67a52e..1801f36 100644 --- a/hosts/hetzner-arm/profiles/gotosocial.nix +++ b/hosts/hetzner-arm/profiles/gotosocial.nix @@ -8,7 +8,7 @@ in { services.gotosocial = { enable = true; setupPostgresqlDB = false; - environmentFile = secrets.env_secrets.path; + environmentFile = secrets.gotosocial_env.path; settings = { application-name = "chaos-gts";