devices.xmupc2: add windows entry

This commit is contained in:
陈浩南 2024-09-06 13:36:15 +08:00
parent ed0c30099c
commit c30d67188a

View File

@ -44,6 +44,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"; };
packages.packageSet = "workstation";