This commit is contained in:
Daniel Ziltener 2024-08-31 02:16:34 +02:00
parent 17575f300f
commit 49e2aeaea6
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -150,7 +150,7 @@
users.users.zilti = {
isNormalUser = true;
extraGroups = [ "wheel" "libvirtd" ];
extraGroups = [ "wheel" "libvirtd" "kvm" "qemu" ];
};
services.fprintd = {
@ -173,6 +173,7 @@
git
gnumake
fido2luks
spice
];
programs.virt-manager.enable = true;
@ -180,6 +181,12 @@
virtualisation = {
libvirtd = {
enable = true;
qemu = {
package = pkgs.qemu_kvm;
runAsRoot = true;
swtpm.enable = true;
vhostUserPackages = [ pkgs.virtiofsd ];
};
};
# podman = {
# enable = true;