mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/lauti: fix type on services.lauti.secrets
This made it impossible to set multiple secret files
(cherry picked from commit 1daadb6e87)
This commit is contained in:
parent
703929aca2
commit
78ccf946ce
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ in
|
|||
ExecStart = lib.getExe pkgs.lauti;
|
||||
WorkingDirectory = cfg.dataDir;
|
||||
StateDirectory = default;
|
||||
EnvironmentFile = [ cfg.secrets ];
|
||||
EnvironmentFile = cfg.secrets;
|
||||
|
||||
# hardening
|
||||
AmbientCapabilities = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue