From f252a4a0619d78792b38436de397201a487f38c7 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 15 Jan 2024 11:56:11 +0300 Subject: [PATCH] Fix indentation and alignment --- hosts/cube/postgresql.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/cube/postgresql.nix b/hosts/cube/postgresql.nix index f936b0a..c9b5d2e 100644 --- a/hosts/cube/postgresql.nix +++ b/hosts/cube/postgresql.nix @@ -32,7 +32,7 @@ ensureDatabases = [ "grafana" "nextcloud" ]; - initialScript = pkgs.writeText "postgresql-initial-script" '' + initialScript = pkgs.writeText "postgresql-initial-script" '' CREATE ROLE root WITH LOGIN PASSWORD NULL CREATEDB; CREATE ROLE grafana WITH LOGIN PASSWORD NULL CREATEDB;