7 lines
101 B
Nix
7 lines
101 B
Nix
{...}:
|
|
{
|
|
virtualisation.virtualbox.guest = {
|
|
enable = true;
|
|
x11 = false;
|
|
};
|
|
} |