From 9474dfa3a2e8766d0592d21e4b7231849e667872 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 7 Aug 2021 13:19:47 +0800 Subject: [PATCH] nixbld: fix stateVersion --- nixbld-etc-nixos/configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index c2f89fb6..69515f8d 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -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"; }