From 78ccf946ce375cbc87f262d049c29a16efee148b Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Tue, 9 Jun 2026 13:42:02 +0200 Subject: [PATCH] nixos/lauti: fix type on services.lauti.secrets This made it impossible to set multiple secret files (cherry picked from commit 1daadb6e879d916a201df2b62e4a97149b4ab25e) --- nixos/modules/services/web-apps/lauti.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/lauti.nix b/nixos/modules/services/web-apps/lauti.nix index a804e1943743..8b995b527174 100644 --- a/nixos/modules/services/web-apps/lauti.nix +++ b/nixos/modules/services/web-apps/lauti.nix @@ -74,7 +74,7 @@ in ExecStart = lib.getExe pkgs.lauti; WorkingDirectory = cfg.dataDir; StateDirectory = default; - EnvironmentFile = [ cfg.secrets ]; + EnvironmentFile = cfg.secrets; # hardening AmbientCapabilities = "";