diff --git a/hosts/heather/arion-compose.nix b/hosts/heather/arion-compose.nix index 3d92eff..a9c9c55 100644 --- a/hosts/heather/arion-compose.nix +++ b/hosts/heather/arion-compose.nix @@ -167,7 +167,6 @@ service.ports = [ "127.0.0.1:8000:80" ]; service.volumes = [ "jitsi-web:/config" - "jitsi-web:/var/spool/cron/crontabs" "jitsi-transcripts:/usr/share/jitsi-meet/transcripts" ]; service.depends_on = [ "jitsi-jvb" ];