mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
NixOS 24.05: chore
This commit is contained in:
parent
b0f55047cd
commit
b52c596292
@ -22,11 +22,11 @@ in
|
||||
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
# Switching to a higher state version typically requires performing some manual steps, such as data conversion or moving files.
|
||||
home.stateVersion = "23.11";
|
||||
home.stateVersion = "24.05";
|
||||
};
|
||||
home-manager.users.root = { osConfig, config, pkgs, ... }: {
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
# Switching to a higher state version typically requires performing some manual steps, such as data conversion or moving files.
|
||||
home.stateVersion = "23.11";
|
||||
home.stateVersion = "24.05";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user