diff options
-rw-r--r-- | modules/work/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/work/default.nix b/modules/work/default.nix index 5c94b84..af28423 100644 --- a/modules/work/default.nix +++ b/modules/work/default.nix @@ -22,6 +22,14 @@ enableOnBoot = true; }; + virtualisation.virtualbox = { + host.enable = true; + host.enableKvm = false; + }; + + users.extraGroups.vboxusers.members = [ "jras" ]; + + hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; |