From e772336dc5f7f75e203c3265a5dffdf64ccc4060 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 8 Oct 2022 22:11:21 +0100 Subject: [PATCH] porcorosso: bump system.stateVersion (will change postgresql version) --- ops/nixos/porcorosso/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? }