adding some virt options
This commit is contained in:
@@ -105,6 +105,9 @@
|
||||
# Enable common container config files in /etc/containers
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation = {
|
||||
containers = {
|
||||
enable = true
|
||||
};
|
||||
podman = {
|
||||
enable = true;
|
||||
|
||||
@@ -115,6 +118,15 @@
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
diskSize = 262144;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
swtpm.enable = true;
|
||||
ovmf.enable = true;
|
||||
ovmf.packages = [ pkgs.OVMFFull.fd ];
|
||||
};
|
||||
};
|
||||
spiceUSBRedirection.enable = true;
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user