mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: synapse -> iceshrimp
This commit is contained in:
parent
750a5f28ab
commit
c192c433c6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
services = {
|
||||
postgresql = {
|
||||
enable = true;
|
||||
initialScript = pkgs.writeText "synapse-init.sql" ''
|
||||
initialScript = pkgs.writeText "iceshrimp.sql" ''
|
||||
CREATE ROLE "iceshrimp" WITH LOGIN PASSWORD 'uph2reeloo3aeDae4muc';
|
||||
CREATE DATABASE "iceshrimp" WITH OWNER "iceshrimp"
|
||||
TEMPLATE template0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue