summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-11-30 04:35:39 +0100
committerlassulus <lassulus@lassul.us>2018-11-30 04:35:39 +0100
commit02350fd5ece71ea018583feadba51f5936803d80 (patch)
tree64cfaca943496f64e77928782719e53ae23f5646 /lass
parent740f8c8ccfca38d7fc164a8c99bb6df6249c0d22 (diff)
l prism.r: add /var/download mount
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/prism/physical.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lass/1systems/prism/physical.nix b/lass/1systems/prism/physical.nix
index 4388c13f..116bdb92 100644
--- a/lass/1systems/prism/physical.nix
+++ b/lass/1systems/prism/physical.nix
@@ -25,6 +25,11 @@
fsType = "zfs";
};
+ fileSystems."/var/download" = {
+ device = "tank/download";
+ fsType = "zfs";
+ };
+
fileSystems."/var/lib/containers" = {
device = "tank/containers";
fsType = "zfs";