polkit: Remove unnecessary restart

There already is a restart trigger that takes care of this.

Changed files
-4
nixos
modules
security
-4
nixos/modules/security/polkit.nix
···
''
# 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 = {