Polkit configuration
Improves polkit config in an attempt to get 1Password working with Qutebrowser.
This commit is contained in:
parent
10cfc4ebf5
commit
07faeb945c
|
@ -11,7 +11,17 @@
|
|||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
security.polkit.enable = true;
|
||||
# security.polkit.enable = true;
|
||||
systemd.user.services.polkit-gnome-authentication-agent-1 = {
|
||||
Unit.Description = "polkit-gnome-authentication-agent-1";
|
||||
Service = {
|
||||
Type = "simple";
|
||||
ExecStart = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1";
|
||||
Restart = "on-failure";
|
||||
RestartSec = 1;
|
||||
TimeoutStopSec = 10;
|
||||
};
|
||||
};
|
||||
|
||||
# Enable sound.
|
||||
security.rtkit.enable = true;
|
||||
|
|
|
@ -33,3 +33,9 @@ Host plan.foxsoft.net
|
|||
IdentityFile /home/tsv/.ssh/mrsk_foxsoft
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host dms.foxsoft.net
|
||||
User mrsk
|
||||
HostName dms.foxsoft.net
|
||||
IdentityFile /home/tsv/.ssh/mrsk_foxsoft
|
||||
IdentitiesOnly yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue