Skip to content

Commit 87d2a1f

Browse files
committed
refactor: set nomodeset and enable qemu agent
1 parent 55f60a9 commit 87d2a1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hosts/vm/configuration.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
networking.hostName = "nixos";
5858

5959
boot.loader.systemd-boot.enable = true;
60+
boot.kernelParams = [ "nomodeset" ];
6061

6162
users.users = {
6263
nixos = {
@@ -97,5 +98,6 @@
9798
workstation = true;
9899
};
99100
};
101+
services.qemuGuest.enable = true;
100102
time.timeZone = "Asia/Taipei";
101103
}

0 commit comments

Comments
 (0)