nixos-module/defaults: set system.stateVersion

This commit is contained in:
Astro 2021-03-25 04:07:18 +01:00
parent 260bc3aeb5
commit 58f8441a1e
1 changed files with 2 additions and 0 deletions

View File

@ -13,4 +13,6 @@
networking.hostName = hostName;
users.users.root.initialHashedPassword = "";
system.stateVersion = "20.09";
}