fix StateVersion for gitea

This commit is contained in:
Moira 2022-11-13 20:18:26 +01:00
parent b1974aa2d0
commit d6d45685c7
Signed by untrusted user: moira
GPG key ID: AF92FDD91CB44B2F

View file

@ -19,7 +19,7 @@
boot.isContainer = true;
networking.useDHCP = false;
users.users.root.hashedPassword = "";
system.stateVersion = "21.05";
system.stateVersion = "21.11";
imports = [ ((import sources.nix-hexchen) { }).profiles.nopersist ];