initial commit
This commit is contained in:
10
profiles/amd/default.nix
Normal file
10
profiles/amd/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ host, ... }: {
|
||||
imports = [
|
||||
../../hosts/${host}
|
||||
../../modules/drivers
|
||||
../../modules/core
|
||||
];
|
||||
drivers.amdgpu.enable = true;
|
||||
drivers.intel.enable = false;
|
||||
vm.guest-services.enable = false;
|
||||
}
|
||||
Reference in New Issue
Block a user