1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Fix indentation and alignment

This commit is contained in:
RGBCube 2024-01-15 11:56:11 +03:00
parent f527531a15
commit f252a4a061
No known key found for this signature in database

View file

@ -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;