diff --git a/ops/nixos/porcorosso/default.nix b/ops/nixos/porcorosso/default.nix index dbe4465e65..327164f468 100644 --- a/ops/nixos/porcorosso/default.nix +++ b/ops/nixos/porcorosso/default.nix @@ -358,5 +358,5 @@ in { # 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 = "20.03"; # Did you read the comment? + system.stateVersion = "22.11"; # Did you read the comment? }