archachatina: enable libvirtd

This commit is contained in:
Gabriel Ebner 2018-11-12 19:04:15 +01:00
parent e5a0485884
commit c96b4b281e
2 changed files with 11 additions and 9 deletions

View File

@ -51,14 +51,16 @@
# virtualisation.virtualbox.host.enable = true;
virtualisation.libvirtd.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;
@ -90,8 +92,6 @@
'';
};
services.transmission.enable = true;
services.postgresql = {
enable = true;
extraPlugins = [ pkgs.postgis ];

View File

@ -22,6 +22,8 @@
# coq
emacsPackages.proofgeneral
virtmanager
rustup
] ++ (with aspellDicts; [ en de fr nl ]);