devices.xmupc2: add windows entry

This commit is contained in:
2024-09-06 13:36:15 +08:00
parent c8affd5e15
commit 0aacc62638

View File

@@ -43,6 +43,7 @@ inputs:
gui = { enable = true; preferred = false; autoStart = true; };
networking.hostname = "xmupc2";
nix.remote.slave.enable = true;
grub.windowsEntries."8F50-83B8" = "";
};
hardware = { cpus = [ "intel" ]; gpu.type = "nvidia"; };
virtualization = { waydroid.enable = true; docker.enable = true; kvmHost = { enable = true; gui = true; }; };