archachatina: enable libvirtd
This commit is contained in:
parent
e5a0485884
commit
c96b4b281e
@ -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 ];
|
||||
|
@ -22,6 +22,8 @@
|
||||
# coq
|
||||
emacsPackages.proofgeneral
|
||||
|
||||
virtmanager
|
||||
|
||||
rustup
|
||||
] ++ (with aspellDicts; [ en de fr nl ]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user