From aa4af0bb2a5e172b33143969f4e330547e60dcaa Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 14 Mar 2025 00:46:34 +0100 Subject: [PATCH] fix typos --- hosts/nuos/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 48b05ca..bf83215 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -185,15 +185,15 @@ in User = "disqalculate"; NoNewPrivileges = true; ProtectHome = true; - ProtectProc = true; + ProtectProc = "noaccess"; + ProcSubset = "pid"; ProtectClock = true; ProtectKernelLogs = true; ProtectSystem = true; PrivateTmp = true; PrivateDevices = true; ProtectKernelTunables = true; - CapabylityBoundingSet = true; - RestrictNamspaces = ""; + RestrictNamespaces = ""; CapabilityBoundingSet = ""; EnvironmentFile = config.age.secrets."discord/disqalculate".path; BindReadOnlyPaths = [