fix StateVersion for gitea
This commit is contained in:
parent
b1974aa2d0
commit
d6d45685c7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
boot.isContainer = true;
|
boot.isContainer = true;
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
users.users.root.hashedPassword = "";
|
users.users.root.hashedPassword = "";
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "21.11";
|
||||||
|
|
||||||
imports = [ ((import sources.nix-hexchen) { }).profiles.nopersist ];
|
imports = [ ((import sources.nix-hexchen) { }).profiles.nopersist ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue