l prism.r: add /var/download mount
This commit is contained in:
parent
740f8c8ccf
commit
02350fd5ec
|
@ -25,6 +25,11 @@
|
|||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/var/download" = {
|
||||
device = "tank/download";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/var/lib/containers" = {
|
||||
device = "tank/containers";
|
||||
fsType = "zfs";
|
||||
|
|
Loading…
Reference in a new issue