manatee: Add public directory in cameras ZFS dataset
This commit is contained in:
@@ -28,6 +28,23 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"10-cameras-public" = {
|
||||||
|
"/mnt/cameras/public" = {
|
||||||
|
d = {
|
||||||
|
# Create directory
|
||||||
|
user = "storage";
|
||||||
|
group = "storage";
|
||||||
|
mode = "2775";
|
||||||
|
};
|
||||||
|
z = {
|
||||||
|
# Ensure permissions are inherited
|
||||||
|
user = "storage";
|
||||||
|
group = "storage";
|
||||||
|
mode = "2775";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostId = "0a9474e7"; # Required by ZFS
|
networking.hostId = "0a9474e7"; # Required by ZFS
|
||||||
|
|||||||
Reference in New Issue
Block a user