adding some virt options
This commit is contained in:
parent
f794a9cfc4
commit
7c3639b1a4
|
@ -37,7 +37,6 @@
|
|||
obsidian
|
||||
pavucontrol
|
||||
python311Packages.meshtastic
|
||||
qemu_full
|
||||
qmk
|
||||
qmk-udev-rules
|
||||
rofi
|
||||
|
@ -51,7 +50,16 @@
|
|||
xfce.xfce4-power-manager
|
||||
xss-lock
|
||||
|
||||
# jetbrains
|
||||
jetbrains.goland
|
||||
jetbrains.rust-rover
|
||||
|
||||
# virtualisation
|
||||
qemu_full
|
||||
spice
|
||||
spice-gtk
|
||||
spice-protocol
|
||||
virt-manager
|
||||
virt-viewer
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue