From 10c8868b7fa7fb6c5f0ffc5a88bf09a9e6cc2e54 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 --- 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 643a5d369f3f..3377ae426261 100644 --- a/nixos/modules/programs/ydotool.nix +++ b/nixos/modules/programs/ydotool.nix @@ -68,7 +68,6 @@ in ProtectKernelTunables = true; ProtectProc = "invisible"; ProtectSystem = "strict"; - ProtectUser = true; RestrictNamespaces = true; RestrictRealtime = true; RestrictSUIDSGID = true;