Add VirtualBox to atlas
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m26s

This commit is contained in:
Jordan Holt 2024-06-23 23:13:34 +01:00
parent 6a5baec0db
commit cf6af3635a
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -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 = {