fix StateVersion for gitea

pull/5/head
Moira 2022-11-13 20:18:26 +01:00
parent b1974aa2d0
commit d6d45685c7
Signed by: moira
GPG Key ID: AF92FDD91CB44B2F
1 changed files with 1 additions and 1 deletions

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 ];