Enable gnome-keyring on login
This commit is contained in:
parent
7dc4a387ef
commit
27fb80a1e5
2 changed files with 15 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
./hardware-configuration.nix
|
||||
# Fonts
|
||||
../modules/personal/fonts
|
||||
# Some PAM stuff
|
||||
../modules/services/pam/gnome-keyring.nix
|
||||
];
|
||||
# Use the latest kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
@ -142,6 +144,7 @@
|
|||
# };
|
||||
|
||||
# List services that you want to enable:
|
||||
nki.services.pam.enableGnomeKeyring = true;
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue