Auto-commit: 2026-01-07 08:23:59
This commit is contained in:
@@ -18,5 +18,19 @@
|
|||||||
rgb.enable = false;
|
rgb.enable = false;
|
||||||
cockpit.enable = true;
|
cockpit.enable = true;
|
||||||
};
|
};
|
||||||
virtualisation.docker.enable = true;
|
virtualisation = {
|
||||||
|
docker.enable = true;
|
||||||
|
useSecureBoot = true;
|
||||||
|
useEFIBoot = true;
|
||||||
|
spiceUSBRedirection.enable = true;
|
||||||
|
libvirtd = {
|
||||||
|
enable = true;
|
||||||
|
qemu = {
|
||||||
|
swtpm.enable = true;
|
||||||
|
runAsRoot = false;
|
||||||
|
};
|
||||||
|
onShutdown = "shutdown";
|
||||||
|
nss.enableGuest = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user