l prism: mount libvirt dir on tank zfs
This commit is contained in:
parent
3090179491
commit
81c4e313d7
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue