l prism: mount libvirt dir on tank zfs

This commit is contained in:
lassulus 2019-01-04 17:25:50 +01:00
parent 3090179491
commit 81c4e313d7

View file

@ -45,6 +45,11 @@
fsType = "zfs";
};
fileSystems."/var/lib/libvirt" = {
device = "tank/libvirt";
fsType = "zfs";
};
nix.maxJobs = lib.mkDefault 8;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";