Update to nixos 21.05

This commit is contained in:
zuckerberg
2021-06-03 17:13:19 -04:00
parent bdf17fc5c9
commit 01660eef92
3 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ in {
services.printing.enable = true;
# Security
services.gnome3.gnome-keyring.enable = true;
services.gnome.gnome-keyring.enable = true;
security.pam.services.googlebot.enableGnomeKeyring = true;
};
}