fix perms
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user