bump 26.05

This commit is contained in:
soraefir
2026-06-01 00:22:01 +02:00
parent 7db880b46a
commit d2ccb0b485
3 changed files with 11 additions and 11 deletions

View File

@@ -52,7 +52,7 @@ let
networking.useDHCP = true;
networking.firewall.enable = false;
services.qemuGuest.enable = true;
system.stateVersion = "25.11";
system.stateVersion = "26.05";
virtualisation = {
memorySize = vm.memory or 2048;
cores = vm.cores or 2;