Configured docker with nvidia passhrough
This commit is contained in:
6
modules/virtualization.nix
Normal file
6
modules/virtualization.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{...}: {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
# Only true if a desktop environment is installed
|
||||
programs.virt-manager.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user