adding some virt options
This commit is contained in:
parent
f794a9cfc4
commit
7c3639b1a4
|
@ -37,7 +37,6 @@
|
||||||
obsidian
|
obsidian
|
||||||
pavucontrol
|
pavucontrol
|
||||||
python311Packages.meshtastic
|
python311Packages.meshtastic
|
||||||
qemu_full
|
|
||||||
qmk
|
qmk
|
||||||
qmk-udev-rules
|
qmk-udev-rules
|
||||||
rofi
|
rofi
|
||||||
|
@ -51,7 +50,16 @@
|
||||||
xfce.xfce4-power-manager
|
xfce.xfce4-power-manager
|
||||||
xss-lock
|
xss-lock
|
||||||
|
|
||||||
|
# jetbrains
|
||||||
jetbrains.goland
|
jetbrains.goland
|
||||||
jetbrains.rust-rover
|
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
|
# Enable common container config files in /etc/containers
|
||||||
virtualisation.containers.enable = true;
|
virtualisation.containers.enable = true;
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
|
containers = {
|
||||||
|
enable = true
|
||||||
|
};
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -115,6 +118,15 @@
|
||||||
defaultNetwork.settings.dns_enabled = true;
|
defaultNetwork.settings.dns_enabled = true;
|
||||||
};
|
};
|
||||||
diskSize = 262144;
|
diskSize = 262144;
|
||||||
|
libvirtd = {
|
||||||
|
enable = true;
|
||||||
|
qemu = {
|
||||||
|
swtpm.enable = true;
|
||||||
|
ovmf.enable = true;
|
||||||
|
ovmf.packages = [ pkgs.OVMFFull.fd ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
spiceUSBRedirection.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue