forked from M-Labs/it-infra
nixbld: fix stateVersion
This commit is contained in:
parent
58252a93a4
commit
9474dfa3a2
|
@ -718,9 +718,5 @@ in
|
|||
};
|
||||
services.jitsi-videobridge.openFirewall = true;
|
||||
|
||||
# This value determines the NixOS release with which your system is to be
|
||||
# compatible, in order to avoid breaking some software such as database
|
||||
# servers. You should change this only after NixOS release notes say you
|
||||
# should.
|
||||
system.stateVersion = "18.09"; # Did you read the comment?
|
||||
system.stateVersion = "21.05";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue