diff --git a/config/nixos/hardware/mennos-server/zfs.nix b/config/nixos/hardware/mennos-server/zfs.nix index 870484e..c9b2ffc 100644 --- a/config/nixos/hardware/mennos-server/zfs.nix +++ b/config/nixos/hardware/mennos-server/zfs.nix @@ -18,6 +18,11 @@ let chmod 755 /mnt/services/proxy chmod 755 /mnt/services/static-websites + chown menno:users /mnt/backups/photos + chown menno:users /mnt/backups/services + chmod 775 /mnt/backups/photos + chmod 775 /mnt/backups/services + # Set permissions for other mount points for dir in /mnt/{ai,astrophotography,audiobooks,downloads,ISOs,movies,music,old_backups,photos,stash,tvshows,VMs}; do chmod 755 "$dir"