From 221ba145c49288965c1a1fe7141cfe2e696080cb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 24 Feb 2022 21:21:47 +0100 Subject: ... --- hosts/surtr/postgresql.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/surtr') diff --git a/hosts/surtr/postgresql.nix b/hosts/surtr/postgresql.nix index f0cb155b..f4a122aa 100644 --- a/hosts/surtr/postgresql.nix +++ b/hosts/surtr/postgresql.nix @@ -4,7 +4,7 @@ services.postgresql = { enable = true; package = pkgs.postgresql_14; - initalScript = pkgs.writeText "schema.sql" '' + initialScript = pkgs.writeText "schema.sql" '' CREATE DATABASE "matrix-synapse" WITH ENCODING "UTF8" LOCALE "C"; CREATE USER "matrix-synapse"; GRANT ALL PRIVILEGES ON DATABASE "matrix-synapse" TO "matrix-synapse"; -- cgit v1.2.3