From 82894ff79ec0f9b07564d88ac9368ba7bd1b919c Mon Sep 17 00:00:00 2001 From: weriomat <59094810+weriomat@users.noreply.github.com> Date: Mon, 21 Jul 2025 03:08:36 +0000 Subject: [PATCH] nixos/zwave-js-ui: typo serviceConfig (#418537) --- nixos/modules/services/home-automation/zwave-js-ui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/home-automation/zwave-js-ui.nix b/nixos/modules/services/home-automation/zwave-js-ui.nix index d33bcbaad2d5..ea78ce0df428 100644 --- a/nixos/modules/services/home-automation/zwave-js-ui.nix +++ b/nixos/modules/services/home-automation/zwave-js-ui.nix @@ -100,7 +100,7 @@ in ProtectHostname = true; ProtectKernelLogs = true; ProtectKernelModules = true; - ProtectKernalTunables = true; + ProtectKernelTunables = true; ProtectProc = "invisible"; ProcSubset = "pid"; RemoveIPC = true;