Add gnome-keyring service for nextcloud credentials

This commit is contained in:
Elnu 2023-01-07 16:00:56 -08:00
parent 6ae5c46aa5
commit 1ee24619a8

View file

@ -33,6 +33,7 @@ in
};
udev.packages = [ pkgs.yubikey-personalization ];
pcscd.enable = true;
gnome.gnome-keyring.enable = true; # For remembering nextcloud login, among other things
};
environment.systemPackages = with pkgs; [ yubioath-flutter ];