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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user