Set stateVersion by default.

This commit is contained in:
R-VdP 2023-02-15 15:12:00 +01:00
parent 40c413d25a
commit e2f386c21e
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -22,6 +22,7 @@
loader.grub.enable = false;
initrd.enable = false;
};
system.stateVersion = lib.mkDefault lib.trivial.release;
assertions = lib.flip map config.system-manager.etcFiles (entry:
{