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";