Loading nixos/modules/services/networking/searx.nix +1 −0 Original line number Diff line number Diff line Loading @@ -333,6 +333,7 @@ in User = "searx"; RuntimeDirectory = "searx"; RuntimeDirectoryMode = "750"; RuntimeDirectoryPreserve = "yes"; } // optionalAttrs (cfg.environmentFile != null) { EnvironmentFile = cfg.environmentFile; Loading Loading
nixos/modules/services/networking/searx.nix +1 −0 Original line number Diff line number Diff line Loading @@ -333,6 +333,7 @@ in User = "searx"; RuntimeDirectory = "searx"; RuntimeDirectoryMode = "750"; RuntimeDirectoryPreserve = "yes"; } // optionalAttrs (cfg.environmentFile != null) { EnvironmentFile = cfg.environmentFile; Loading