updated stateVersion

feat/kile-v2
Ricard Illa 2023-01-07 20:28:54 +01:00
parent 457f3ee837
commit 1a42340149
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
4 changed files with 20 additions and 4 deletions

View File

@ -165,5 +165,5 @@ in {
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "21.05"; # Did you read the comment?
system.stateVersion = "22.11"; # Did you read the comment?
}

View File

@ -220,5 +220,5 @@
nix-direnv.enable = true;
};
home.stateVersion = "21.11";
home.stateVersion = "22.11";
}

View File

@ -123,6 +123,9 @@
swaylock.text = ''
auth include login
'';
waylock.text = ''
auth include system-auth
'';
login = {
allowNullPassword = true;
setEnvironment = true;
@ -134,7 +137,20 @@
# Unlock keyring on login.
enableGnomeKeyring = true;
};
system-auth = {
allowNullPassword = true;
setEnvironment = true;
setLoginUid = true;
startSession = true;
unixAuth = true;
updateWtmp = true;
# Unlock keyring on login.
enableGnomeKeyring = true;
};
};
security.polkit.enable = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
@ -287,5 +303,5 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "21.05"; # Did you read the comment?
system.stateVersion = "22.11"; # Did you read the comment?
}

View File

@ -212,5 +212,5 @@ in {
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "21.05"; # Did you read the comment?
system.stateVersion = "22.11"; # Did you read the comment?
}