From 113d68be68bc1b046f44940b3b84a5ed3380c27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Thu, 29 May 2025 02:18:00 +0300 Subject: [PATCH] Update stateVersion in config template --- custom-installer/template-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-installer/template-configuration.nix b/custom-installer/template-configuration.nix index 37e2cf4..559da8b 100644 --- a/custom-installer/template-configuration.nix +++ b/custom-installer/template-configuration.nix @@ -1,7 +1,7 @@ { ... }: let host = "generic"; - stateVersion = "24.11"; + stateVersion = "25.05"; repo = builtins.fetchGit { url = "https://forgejo.sinerva.eu/VSinerva/nixos-conf.git";