All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m30s
10 lines
172 B
Nix
10 lines
172 B
Nix
{ ... }:
|
|
|
|
{
|
|
virtualisation.virtualbox.guest.enable = true;
|
|
mods.nvidia-graphics.enable = false;
|
|
mods.virtualManager.enable = false;
|
|
mods.gayming.enable = false;
|
|
}
|
|
|