mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix indentation and alignment
This commit is contained in:
parent
f527531a15
commit
f252a4a061
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
ensureDatabases = [ "grafana" "nextcloud" ];
|
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 root WITH LOGIN PASSWORD NULL CREATEDB;
|
||||||
|
|
||||||
CREATE ROLE grafana WITH LOGIN PASSWORD NULL CREATEDB;
|
CREATE ROLE grafana WITH LOGIN PASSWORD NULL CREATEDB;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue