From 015cac0865d58d2ef8042c9526330f263b60bf71 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 6 May 2024 23:23:38 +0200 Subject: [PATCH] changed state version for re-install --- devices/ellaca/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/ellaca/default.nix b/devices/ellaca/default.nix index 3f257f0..995aaef 100644 --- a/devices/ellaca/default.nix +++ b/devices/ellaca/default.nix @@ -42,5 +42,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "23.05"; # Did you read the comment? + system.stateVersion = "23.11"; # Did you read the comment? }