From 4e01c4c58bed5a949b4d95e76926b45461d8397b Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 22 Sep 2019 11:57:38 +0200 Subject: l prism.r: mount tank/backups --- lass/1systems/prism/physical.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lass') diff --git a/lass/1systems/prism/physical.nix b/lass/1systems/prism/physical.nix index 9a84e9d6..7458f5ff 100644 --- a/lass/1systems/prism/physical.nix +++ b/lass/1systems/prism/physical.nix @@ -20,6 +20,11 @@ fsType = "ext4"; }; + fileSystems."/backups" = { + device = "tank/backups"; + fsType = "zfs"; + }; + fileSystems."/srv/http" = { device = "tank/srv-http"; fsType = "zfs"; -- cgit v1.2.3