From a472b3e2717ee17fb6af5da282784bc362cf3bb4 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Mon, 1 Jan 2024 17:13:44 +0000 Subject: [PATCH] howl: bump stateversion --- ops/nixos/howl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/nixos/howl/default.nix b/ops/nixos/howl/default.nix index 89f1878290..3e76475bed 100644 --- a/ops/nixos/howl/default.nix +++ b/ops/nixos/howl/default.nix @@ -205,5 +205,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 = "21.05"; # Did you read the comment? + system.stateVersion = "23.11"; # Did you read the comment? }