fix(vm): debug hang by disabling on-boot scripts and increasing resources

- Temporarily disable 'nomarchy-on-boot' and 'nomarchy-welcome' in Hyprland to isolate hang.
- Increase VM memory to 4096MB and cores to 4.
- Enable serial console debugging for VM.
- Enable qemuGuest service.
This commit is contained in:
Bernardo Magri
2026-04-05 13:23:20 +01:00
parent 663ee214d6
commit 70798abcb0
2 changed files with 8 additions and 6 deletions

View File

@@ -26,8 +26,8 @@ in
};
"exec-once" = [
"swww-daemon & sleep 0.5 && swww img ${activeWallpaper} --transition-type none"
"nomarchy-on-boot"
"nomarchy-welcome"
# "nomarchy-on-boot"
# "nomarchy-welcome"
] ++ (lib.optional config.nomarchy.toggles.waybar "waybar");
"bind" = [
"SUPER, Space, exec, walker"