Disable virtalbox

This commit is contained in:
Charlotte Van Petegem 2021-01-13 10:55:58 +01:00
parent f048382e1c
commit 4dd3928b14
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 0 additions and 10 deletions

View file

@ -1,9 +0,0 @@
{ ... }: {
chvp.zfs.homeLinks = [
{ path = "VirtualBox VMs"; type = "data"; }
];
virtualisation.virtualbox.host.enable = true;
users.users.charlotte.extraGroups = [ "vboxusers" ];
}