virt-manager
This commit is contained in:
parent
cf3fa0ff12
commit
094905a727
@ -41,13 +41,20 @@
|
|||||||
nvidiaBusId = "PCI:1:0:0";
|
nvidiaBusId = "PCI:1:0:0";
|
||||||
amdgpuBusId = "PCI:4:0:0";
|
amdgpuBusId = "PCI:4:0:0";
|
||||||
};
|
};
|
||||||
powerManagement = {
|
# powerManagement = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# finegrained = true;
|
# finegrained = true;
|
||||||
# coarsegrained = 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;
|
# vpn-container.enable = true;
|
||||||
# containers.vpn.interfaces = [ "piaw" ];
|
# containers.vpn.interfaces = [ "piaw" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user