add compiledb to packages fixes on vbox config
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m30s
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m30s
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
{ config, lib, inputs, pkgs, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
virtualisation.virtualbox.guest.enable = true;
|
||||
mods.nvidia-graphics.enable = false;
|
||||
mods.virtualManager.enable = false;
|
||||
mods.gayming.enable = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user