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

weriomat 82894ff7 52fac3b7

Changed files
+1 -1
nixos
modules
services
home-automation
+1 -1
nixos/modules/services/home-automation/zwave-js-ui.nix
···
ProtectHostname = true;
ProtectKernelLogs = true;
ProtectKernelModules = true;
-
ProtectKernalTunables = true;
+
ProtectKernelTunables = true;
ProtectProc = "invisible";
ProcSubset = "pid";
RemoveIPC = true;