add nicModel option, restore MAS activation with LTSC key fix

- Add nicModel option (default: virtio-net-pci) to allow e1000 for
  images without VirtIO drivers
- Restore MAS activation with slmgr /ipk to switch back from IoT
  Enterprise S to Enterprise LTSC (which has native RDP server)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Git Sagar 2026-06-08 14:04:08 +05:30
parent 4226f6fdfd
commit ed92e36456
2 changed files with 9 additions and 3 deletions

View file

@ -235,6 +235,12 @@ with lib;
description = "Enable boot menu.";
};
nicModel = mkOption {
type = types.str;
default = "virtio-net-pci";
description = "QEMU NIC device model (e.g. virtio-net-pci, e1000).";
};
windows = {
enable = mkOption {
type = types.bool;