From 651684c92bcd858f284104c5d9b4a7861ebf6003 Mon Sep 17 00:00:00 2001 From: Zitrone Date: Mon, 15 Jul 2024 11:52:46 +0200 Subject: [PATCH] programs.ydotool: remove invalid systemd directive fixes #327156 (cherry picked from commit 10c8868b7fa7fb6c5f0ffc5a88bf09a9e6cc2e54) --- nixos/modules/programs/ydotool.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/programs/ydotool.nix b/nixos/modules/programs/ydotool.nix index f639e9283de4..cb8b0e9db21f 100644 --- a/nixos/modules/programs/ydotool.nix +++ b/nixos/modules/programs/ydotool.nix @@ -59,7 +59,6 @@ in ProtectKernelTunables = true; ProtectProc = "invisible"; ProtectSystem = "strict"; - ProtectUser = true; RestrictNamespaces = true; RestrictRealtime = true; RestrictSUIDSGID = true;