diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-02-27 13:20:38 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-03-20 10:47:01 +0100 |
commit | 66c04111fa7bc913e6fc8f6ff3de870e6b680f21 (patch) | |
tree | 61b8ec02ac2048703a7ce7af73ae092bbbe9af19 /modules/work/default.nix | |
parent | dd1d9f8857ab9134cc4ef0e859bcdbc03ea7e907 (diff) |
virtualbox for hn ubuntu
Diffstat (limited to 'modules/work/default.nix')
-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; |