diff options
author | lassulus <lassulus@lassul.us> | 2018-11-30 04:35:39 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-11-30 04:35:39 +0100 |
commit | 02350fd5ece71ea018583feadba51f5936803d80 (patch) | |
tree | 64cfaca943496f64e77928782719e53ae23f5646 /lass/1systems/prism | |
parent | 740f8c8ccfca38d7fc164a8c99bb6df6249c0d22 (diff) |
l prism.r: add /var/download mount
Diffstat (limited to 'lass/1systems/prism')
-rw-r--r-- | lass/1systems/prism/physical.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lass/1systems/prism/physical.nix b/lass/1systems/prism/physical.nix index 4388c13fa..116bdb92f 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"; |