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? }