fix: synapse -> iceshrimp

This commit is contained in:
Ahwx 2024-07-17 01:00:41 +02:00
parent 750a5f28ab
commit c192c433c6

View file

@ -4,7 +4,7 @@
services = { services = {
postgresql = { postgresql = {
enable = true; enable = true;
initialScript = pkgs.writeText "synapse-init.sql" '' initialScript = pkgs.writeText "iceshrimp.sql" ''
CREATE ROLE "iceshrimp" WITH LOGIN PASSWORD 'uph2reeloo3aeDae4muc'; CREATE ROLE "iceshrimp" WITH LOGIN PASSWORD 'uph2reeloo3aeDae4muc';
CREATE DATABASE "iceshrimp" WITH OWNER "iceshrimp" CREATE DATABASE "iceshrimp" WITH OWNER "iceshrimp"
TEMPLATE template0 TEMPLATE template0