summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/systemd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix
index 613d034a..09d058de 100644
--- a/accounts/gkleen@sif/systemd.nix
+++ b/accounts/gkleen@sif/systemd.nix
@@ -204,7 +204,7 @@ in {
204 WatchdogSec = "2s"; 204 WatchdogSec = "2s";
205 }; 205 };
206 }; 206 };
207 polkit-kde-authentication-agent-1 = { 207 polkit-gnome-authentication-agent-1 = {
208 Install = { 208 Install = {
209 WantedBy = ["graphical-session.target"]; 209 WantedBy = ["graphical-session.target"];
210 }; 210 };
@@ -214,7 +214,7 @@ in {
214 After = ["graphical-session-pre.target"]; 214 After = ["graphical-session-pre.target"];
215 }; 215 };
216 Service = { 216 Service = {
217 ExecStart = "${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1"; 217 ExecStart = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
218 Restart = "on-failure"; 218 Restart = "on-failure";
219 }; 219 };
220 }; 220 };