Update stateVersion in config template

This commit is contained in:
Vili Sinervä 2025-05-29 02:18:00 +03:00
parent 0a78188848
commit 113d68be68
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -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";