From cf6af3635a01278184e9bc659d214d27dcc85969 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 23 Jun 2024 23:13:34 +0100 Subject: [PATCH] Add VirtualBox to atlas --- hosts/atlas/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index 1ebdbf6..3288aa5 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ config, lib, ... }: { imports = [ @@ -16,6 +16,9 @@ networkmanager.enable = true; }; + virtualisation.virtualbox.host.enable = true; + users.extraGroups.vboxusers.members = [ "jordan" ]; + modules = { desktop = { apps = {