nix: start keyring as service to fix issues, add packages
This commit is contained in:
@ -264,11 +264,11 @@ exec --no-startup-id nextcloud --background
|
||||
# exec --no-startup-id xfce4-screensaver
|
||||
|
||||
# Authentication agent
|
||||
exec --no-startup-id /usr/bin/env gnome-keyring-daemon --start
|
||||
{{#if dotter.packages.nix}}
|
||||
exec --no-startup-id /etc/manual-links/polkit-gnome-authentication-agent-1
|
||||
{{else}}
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec --no-startup-id /usr/bin/env gnome-keyring-daemon --start
|
||||
{{/if}}
|
||||
|
||||
# Notify about software updates
|
||||
|
Reference in New Issue
Block a user