Loading nixos/modules/services/admin/pgadmin.nix +6 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,9 @@ in User = "pgadmin"; DynamicUser = true; LogsDirectory = "pgadmin"; LogsDirectoryMode = "750"; StateDirectory = "pgadmin"; StateDirectoryMode = "750"; ExecStart = "${cfg.package}/bin/pgadmin4"; LoadCredential = [ "initial_password:${cfg.initialPasswordFile}" Loading @@ -218,17 +220,20 @@ in CapabilityBoundingSet = ""; LockPersonality = true; MemoryDenyWriteExecute = true; MountAPIVFS = true; NoNewPrivileges = true; PrivateDevices = true; PrivateMounts = true; PrivateTmp = true; PrivateUsers = true; ProtectClock = true; ProtectControlGroups = true; ProtectControlGroups = "strict"; ProtectHome = true; ProtectHostname = true; ProtectKernelLogs = true; ProtectKernelModules = true; ProtectKernelTunables = true; ProtectProc = "invisible"; ProtectSystem = "full"; RemoveIPC = true; RestrictAddressFamilies = [ Loading Loading
nixos/modules/services/admin/pgadmin.nix +6 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,9 @@ in User = "pgadmin"; DynamicUser = true; LogsDirectory = "pgadmin"; LogsDirectoryMode = "750"; StateDirectory = "pgadmin"; StateDirectoryMode = "750"; ExecStart = "${cfg.package}/bin/pgadmin4"; LoadCredential = [ "initial_password:${cfg.initialPasswordFile}" Loading @@ -218,17 +220,20 @@ in CapabilityBoundingSet = ""; LockPersonality = true; MemoryDenyWriteExecute = true; MountAPIVFS = true; NoNewPrivileges = true; PrivateDevices = true; PrivateMounts = true; PrivateTmp = true; PrivateUsers = true; ProtectClock = true; ProtectControlGroups = true; ProtectControlGroups = "strict"; ProtectHome = true; ProtectHostname = true; ProtectKernelLogs = true; ProtectKernelModules = true; ProtectKernelTunables = true; ProtectProc = "invisible"; ProtectSystem = "full"; RemoveIPC = true; RestrictAddressFamilies = [ Loading