From 2c0f9dd7f86dc3667f562b58f9e6504aded73697 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 2 Dec 2023 16:10:03 +0100 Subject: [PATCH] surgat: update state version 20.09 -> 23.05 --- nixos/surgat/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/surgat/configuration.nix b/nixos/surgat/configuration.nix index b2bed8b..ee79fd5 100644 --- a/nixos/surgat/configuration.nix +++ b/nixos/surgat/configuration.nix @@ -146,5 +146,7 @@ in system.autoUpgrade.allowReboot = false; - system.stateVersion = "20.09"; + services.postgresql.package = pkgs.postgresql_15; + + system.stateVersion = "23.05"; }