aboutsummaryrefslogtreecommitdiff
path: root/machines/phaenn
diff options
context:
space:
mode:
Diffstat (limited to 'machines/phaenn')
-rw-r--r--machines/phaenn/fs.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/machines/phaenn/fs.nix b/machines/phaenn/fs.nix
index 07b9c2c..2568a73 100644
--- a/machines/phaenn/fs.nix
+++ b/machines/phaenn/fs.nix
@@ -25,5 +25,11 @@
fsType = "vfat";
options = [ "X-mount.mkdir" ];
};
+
+ "/mnt/media" = {
+ device = "rpool/data/pvc-40ed5624-5c08-4968-87bb-10c1882ce510";
+ fsType = "zfs";
+ options = [ "zfsutil" ];
+ };
};
}