diff --git a/hosts/manatee/disk-config.nix b/hosts/manatee/disk-config.nix index 076eb67..7950f61 100644 --- a/hosts/manatee/disk-config.nix +++ b/hosts/manatee/disk-config.nix @@ -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 + }; }; }; };