nixos: gen 202 @ nix-pad — 2026-07-31 21:37

26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-07-31 21:38:09 -06:00
parent 1a9c5f6ada
commit a72926826c
+1 -17
View File
@@ -1,19 +1,3 @@
{ config, pkgs, ... }: { 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;
};
};
};
}