Merge branch 'master' of git.neet.dev:zuckerberg/nix-config

This commit is contained in:
zuckerberg
2021-06-03 21:01:47 -04:00
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;
};
}