18 lines
248 B
Nix
18 lines
248 B
Nix
{
|
|
virtualisation = {
|
|
libvirtd = {
|
|
enable = true;
|
|
qemu = {
|
|
runAsRoot = true;
|
|
swtpm.enable = true;
|
|
# ovmf = {
|
|
# enable = true;
|
|
# };
|
|
};
|
|
};
|
|
};
|
|
imports = [
|
|
./win11.nix
|
|
];
|
|
}
|