fix perms

This commit is contained in:
2026-03-09 13:51:31 +00:00
parent b55c7a382d
commit b36648de9b
+5
View File
@@ -63,6 +63,11 @@ flake.nixosModules.nixos-host = {pkgs, ...}: {
# Enable flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Auto-unlock gnome-keyring on login
security.pam.services.login.enableGnomeKeyring = true;
security.pam.services.gdm.enableGnomeKeyring = true;
security.pam.services.gdm-password.enableGnomeKeyring = true;
# State version
system.stateVersion = "25.11";