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; - }; - }; - }; -} +{}