feat(authentication): move to kde auth agents and services
As well as move the script to common.nix where we can point the correct binary for the polkit agent
This commit is contained in:
parent
a9104c7cc3
commit
186f879b73
3 changed files with 70 additions and 53 deletions
|
@ -4,9 +4,9 @@
|
|||
# Enable polkit,
|
||||
security.polkit.enable = true;
|
||||
|
||||
# Install an agent to interface with it.
|
||||
environment.systemPackages = with pkgs; [ polkit_gnome ];
|
||||
|
||||
# And enable GNOME keyring for registering keys.
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
# Install a keyring service and manager.
|
||||
environment.systemPackages = with pkgs; [
|
||||
libsForQt5.kwallet
|
||||
libsForQt5.kwalletmanager
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue