diff --git a/archachatina.nix b/archachatina.nix index de2266e..2984f0c 100644 --- a/archachatina.nix +++ b/archachatina.nix @@ -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 ]; diff --git a/large-sw.nix b/large-sw.nix index e5af7e5..420ffa6 100644 --- a/large-sw.nix +++ b/large-sw.nix @@ -22,6 +22,8 @@ # coq emacsPackages.proofgeneral + virtmanager + rustup ] ++ (with aspellDicts; [ en de fr nl ]);