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:
Jimbo 2024-09-03 14:15:33 -04:00
parent 036e31cb01
commit aeaa9e53c0
9 changed files with 21 additions and 6 deletions

View file

@ -48,4 +48,7 @@
nixdate = "sysdate; homedate; notify-send 'NixOS switch done.'";
};
};
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
home.stateVersion = "24.05";
}