hosts: set system.stateVersion to 24.11

Yes, I read all changes that it would do
using nix-diff
This commit is contained in:
Wroclaw 2025-04-12 12:32:57 +02:00
parent 186affb97d
commit f7c217b26c
2 changed files with 2 additions and 2 deletions

View file

@ -87,6 +87,6 @@
nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.hostPlatform = "x86_64-linux";
system.stateVersion = "23.05"; system.stateVersion = "24.11";
}; };
} }

View file

@ -54,7 +54,7 @@
nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.hostPlatform = "x86_64-linux";
system.stateVersion = "23.11"; system.stateVersion = "24.11";
}; };
} }