Loading
nixos/radicale: Allow AF_UNIX for systemd log
radicale tries to connect to the systemd unix socket for logging. This currently fails because it is not allowed to open sockets, then it falls back to logging to stdout (printing a warning). Allow radical to open unix sockets to fix this. This gives slightly better logging experience (e.g. errors are marked red when sent through the systemd log socket).