manatee: Add cameras ZFS dataset

This commit is contained in:
Alexander Heldt
2025-05-06 16:32:48 +00:00
parent a777f629ce
commit eb191a911a

View File

@@ -129,6 +129,12 @@
mountpoint = "/mnt/media";
options.mountpoint = "legacy"; # otherwise we get a race between systemd and zfs; https://github.com/nix-community/disko/issues/214
};
cameras = {
type = "zfs_fs";
mountpoint = "/mnt/cameras";
options.mountpoint = "legacy"; # otherwise we get a race between systemd and zfs; https://github.com/nix-community/disko/issues/214
};
};
};
};