From a72926826c924ef92378ebdf84e986a74693c54b Mon Sep 17 00:00:00 2001 From: joshashtondev Date: Fri, 31 Jul 2026 21:38:09 -0600 Subject: [PATCH] =?UTF-8?q?nixos:=20gen=20202=20@=20nix-pad=20=E2=80=94=20?= =?UTF-8?q?2026-07-31=2021:37=2026.05.20260724.597283a=20(Yarara)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/security/systemd.nix | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/system/security/systemd.nix b/system/security/systemd.nix index 767a223..498c763 100644 --- a/system/security/systemd.nix +++ b/system/security/systemd.nix @@ -1,19 +1,3 @@ { config, pkgs, ... }: -{ - systemd = { - user.services.polkit-gnome-authentication-agent-1 = { - description = "polkit-gnome-authentication-agent-1"; - wantedBy = [ "graphical-session.target" ]; - wants = [ "graphics-session.target" ]; - after = [ "graphics-session.target" ]; - serviceConfig = { - Type = "simple"; - ExecStart = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"; - Restart = "on-failure"; - RestartSec = 1; - TimeoutStopSec = 10; - }; - }; - }; -} +{}