manatee: Add sync ZFS dataset

This commit is contained in:
Alexander Heldt
2025-05-18 16:32:46 +02:00
parent aadd529260
commit 6db6c605a3

View File

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