Loading nixos/modules/services/misc/open-webui.nix +12 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,18 @@ in RestrictRealtime = true; SystemCallArchitectures = "native"; UMask = "0077"; CapabilityBoundingSet = ""; RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_UNIX" ]; ProtectClock = true; ProtectProc = "invisible"; SystemCallFilter = [ "@system-service" "~@privileged" ]; }; }; Loading Loading
nixos/modules/services/misc/open-webui.nix +12 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,18 @@ in RestrictRealtime = true; SystemCallArchitectures = "native"; UMask = "0077"; CapabilityBoundingSet = ""; RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_UNIX" ]; ProtectClock = true; ProtectProc = "invisible"; SystemCallFilter = [ "@system-service" "~@privileged" ]; }; }; Loading