.
This commit is contained in:
parent
17575f300f
commit
49e2aeaea6
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue