From 4353220202332cb3714e1f07592401b22bd7e719 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 28 Apr 2014 23:57:13 +0200 Subject: [PATCH] polkit: Remove unnecessary restart There already is a restart trigger that takes care of this. --- nixos/modules/security/polkit.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/modules/security/polkit.nix b/nixos/modules/security/polkit.nix index df42d5a3e027..95b659d96f0f 100644 --- a/nixos/modules/security/polkit.nix +++ b/nixos/modules/security/polkit.nix @@ -98,10 +98,6 @@ in '' # Probably no more needed, clean up rm -rf /var/lib/{polkit-1,PolicyKit} - - # Force polkitd to be restarted so that it reloads its - # configuration. - ${config.systemd.package}/bin/systemctl try-restart polkit.service ''; users.extraUsers.polkituser = {