My flake implies the use of multiple versions of NixOS, so we move the state version to each system individualy.
This commit is contained in:
parent
036e31cb01
commit
aeaa9e53c0
9 changed files with 21 additions and 6 deletions
|
@ -13,4 +13,7 @@
|
|||
homedate = "home-manager switch --flake ~/.home-manager/.#jimbo@SSH --extra-experimental-features 'nix-command flakes'";
|
||||
};
|
||||
};
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
home.stateVersion = "24.05";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue