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:
parent
4226f6fdfd
commit
ed92e36456
2 changed files with 9 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue