archachatina: enable virtualbox
This commit is contained in:
parent
41c6fb6433
commit
fa9906758b
@ -37,14 +37,16 @@
|
||||
virtualisation.docker.enable = true;
|
||||
users.extraUsers.gebner.extraGroups = [ "docker" "libvirtd" ];
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
|
||||
# virtualisation.libvirtd.enable = true;
|
||||
networking.firewall.checkReversePath = false;
|
||||
fileSystems."/var/lib/libvirt/images/vaccaria" = {
|
||||
device = "//vaccaria.mtlaa.gebner.org/export/tmp/vms";
|
||||
fsType = "cifs";
|
||||
options = [ "noauto" "x-systemd.automount" "credentials=/etc/smbcredentials/vaccaria"
|
||||
"forceuid" "forcegid" "uid=0" "gid=0" ];
|
||||
};
|
||||
# fileSystems."/var/lib/libvirt/images/vaccaria" = {
|
||||
# device = "//vaccaria.mtlaa.gebner.org/export/tmp/vms";
|
||||
# fsType = "cifs";
|
||||
# options = [ "noauto" "x-systemd.automount" "credentials=/etc/smbcredentials/vaccaria"
|
||||
# "forceuid" "forcegid" "uid=0" "gid=0" ];
|
||||
# };
|
||||
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user