Update libvirt config
This commit is contained in:
parent
e1c00acd71
commit
ab39fb528b
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ in
|
||||||
spiceUSBRedirection.enable = true;
|
spiceUSBRedirection.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.extraModprobeConfig = ''
|
||||||
|
options kvm_amd nested=1
|
||||||
|
options kvm ignore_msrs=1
|
||||||
|
'';
|
||||||
|
|
||||||
users.users.${config.user.name}.extraGroups = [ "libvirtd" ];
|
users.users.${config.user.name}.extraGroups = [ "libvirtd" ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ virt-manager ];
|
environment.systemPackages = with pkgs; [ virt-manager ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue