updated stateVersion
parent
457f3ee837
commit
1a42340149
|
@ -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?
|
||||
}
|
||||
|
|
|
@ -220,5 +220,5 @@
|
|||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
home.stateVersion = "21.11";
|
||||
home.stateVersion = "22.11";
|
||||
}
|
||||
|
|
|
@ -123,6 +123,9 @@
|
|||
swaylock.text = ''
|
||||
auth include login
|
||||
'';
|
||||
waylock.text = ''
|
||||
auth include system-auth
|
||||
'';
|
||||
login = {
|
||||
allowNullPassword = true;
|
||||
setEnvironment = true;
|
||||
|
@ -131,11 +134,24 @@
|
|||
unixAuth = true;
|
||||
updateWtmp = true;
|
||||
|
||||
# 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
|
||||
# environment.systemPackages = with pkgs; [
|
||||
|
@ -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?
|
||||
}
|
||||
|
|
|
@ -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?
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue