nixos/zwave-js-ui: typo serviceConfig (#418537)

This commit is contained in:
weriomat
2025-07-21 03:08:36 +00:00
committed by GitHub
parent 52fac3b7de
commit 82894ff79e

View File

@@ -100,7 +100,7 @@ in
ProtectHostname = true;
ProtectKernelLogs = true;
ProtectKernelModules = true;
ProtectKernalTunables = true;
ProtectKernelTunables = true;
ProtectProc = "invisible";
ProcSubset = "pid";
RemoveIPC = true;