l prism.r: add /var/download mount

This commit is contained in:
lassulus 2018-11-30 04:35:39 +01:00
parent 740f8c8ccf
commit 02350fd5ec

View File

@ -25,6 +25,11 @@
fsType = "zfs";
};
fileSystems."/var/download" = {
device = "tank/download";
fsType = "zfs";
};
fileSystems."/var/lib/containers" = {
device = "tank/containers";
fsType = "zfs";