Skip to content

Commit

Permalink
Fix formatting of multiline string
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Oct 20, 2024
1 parent 6b76724 commit c329d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
# Create a postgres user called 'synapse_user' which has ownership
# over the 'synapse' database.
services.postgres.initialScript = ''
CREATE USER synapse_user;
ALTER DATABASE synapse OWNER TO synapse_user;
CREATE USER synapse_user;
ALTER DATABASE synapse OWNER TO synapse_user;
'';

# Redis is needed in order to run Synapse in worker mode.
Expand Down

0 comments on commit c329d91

Please sign in to comment.