virt-manager stuff (untested)
This commit is contained in:
parent
1b1179c76b
commit
cc83f63010
3 changed files with 9 additions and 0 deletions
|
@ -50,6 +50,7 @@ in {
|
|||
"${mod}/services/virt/podman.nix"
|
||||
"${mod}/services/virt/waydroid.nix"
|
||||
"${mod}/services/virt/distrobox.nix"
|
||||
"${mod}/services/virt/virt-manager.nix"
|
||||
#"${mod}/services/ollama.nix"
|
||||
"${mod}/desktop/x11/nosleep.nix"
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
extraGroups = [
|
||||
"wheel"
|
||||
"input"
|
||||
"kvm"
|
||||
"libvirt"
|
||||
"video"
|
||||
"render"
|
||||
"audio"
|
||||
|
|
6
system/services/virt/virt-manager.nix
Normal file
6
system/services/virt/virt-manager.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
boot.kernelParams = ["amd_iommu=on" "iommu=pt"];
|
||||
environment.systemPackages = [pkgs.libvirt];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue