From 094905a727f07196021b7717b30cbd7e97fb0c99 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Mon, 6 Feb 2023 22:44:22 -0500 Subject: [PATCH] virt-manager --- machines/ray/configuration.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/machines/ray/configuration.nix b/machines/ray/configuration.nix index 5efbb2a..3f0aa39 100644 --- a/machines/ray/configuration.nix +++ b/machines/ray/configuration.nix @@ -41,13 +41,20 @@ nvidiaBusId = "PCI:1:0:0"; amdgpuBusId = "PCI:4:0:0"; }; - powerManagement = { +# powerManagement = { # enable = true; # finegrained = true; # coarsegrained = true; - }; +# }; }; + # virt-manager + virtualisation.libvirtd.enable = true; + programs.dconf.enable = true; + virtualisation.spiceUSBRedirection.enable = true; + environment.systemPackages = with pkgs; [ virt-manager ]; + users.users.googlebot.extraGroups = [ "libvirtd" ]; + # vpn-container.enable = true; # containers.vpn.interfaces = [ "piaw" ];