From f9688515569375a4f8790166a19bb927c3778f71 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Sat, 30 May 2026 10:15:28 +0200 Subject: [PATCH] feat(bomba): bump to 26.05 --- machines/bomba/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/bomba/default.nix b/machines/bomba/default.nix index ee3e196..61beccf 100644 --- a/machines/bomba/default.nix +++ b/machines/bomba/default.nix @@ -14,5 +14,5 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - system.stateVersion = "25.05"; # Did you read the comment? + system.stateVersion = "26.05"; # Did you read the comment? }