Add VirtualBox to atlas
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m26s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m26s
This commit is contained in:
parent
6a5baec0db
commit
cf6af3635a
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user