Skip to content

Commit 4bcafa4

Browse files
committed
qemu opts removal
1 parent c72b3a7 commit 4bcafa4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

hosts/common/default.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,7 @@
8080
memorySize = 2048;
8181
cores = 2;
8282
diskImage = null;
83-
# launch in a useable and graphical window
84-
qemu.options = [
85-
"-vga virtio"
86-
"-display gtk,zoom-to-fit=false"
87-
];
83+
qemu.options = [];
8884
};
8985
environment.persistence = lib.mkForce {};
9086
# empty password for myself

0 commit comments

Comments
 (0)