feat: enable virtualbox on wodan
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
ccde7ba703
commit
baf7bd101c
2 changed files with 10 additions and 2 deletions
|
|
@ -69,6 +69,11 @@
|
|||
"flakes"
|
||||
];
|
||||
|
||||
virtualisation.virtualbox.host = {
|
||||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
services.printing.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue