This commit is contained in:
Julian Sutter 2023-03-07 10:21:23 -08:00
parent 031b55657f
commit 5a29142ddb
2 changed files with 5 additions and 6 deletions

View file

@ -107,6 +107,8 @@
unzip
clinfo
python3
virt-manager
adoptopenjdk-icedtea-web
];
services.xserver.excludePackages = [ pkgs.xterm ];
@ -129,10 +131,7 @@
dates = "weekly";
};
};
virtualbox.host = {
enable = true;
enableExtensionPack = true;
};
libvirtd.enable = true;
spiceUSBRedirection.enable = true;
};
users.extraGroups.vboxusers.members = [ "jsutter" ];
}