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