mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
virtualbox
This commit is contained in:
parent
8e5c351015
commit
0e7cc0f648
1 changed files with 4 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ in
|
||||||
};
|
};
|
||||||
extraGroups = {
|
extraGroups = {
|
||||||
vboxusers = {
|
vboxusers = {
|
||||||
#members = [ "nora" ];
|
members = [ "nora" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -331,6 +331,9 @@ in
|
||||||
defaultNetwork.settings.dns_enabled = true;
|
defaultNetwork.settings.dns_enabled = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
virtualbox.host = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: ENABLE NVIDIA DRIVERS WHEN THEY STOP BEING READY
|
# TODO: ENABLE NVIDIA DRIVERS WHEN THEY STOP BEING READY
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue