manatee: Add cameras ZFS dataset
This commit is contained in:
@@ -129,6 +129,12 @@
|
|||||||
mountpoint = "/mnt/media";
|
mountpoint = "/mnt/media";
|
||||||
options.mountpoint = "legacy"; # otherwise we get a race between systemd and zfs; https://github.com/nix-community/disko/issues/214
|
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
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user