about summary refs log tree commit diff
path: root/matrix.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-21 20:38:05 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-21 20:38:05 +0900
commitee31e594c9810e914d048e68143babf0750580cd (patch)
treec372a4c2f7a4305a1288c5f7239073667cf73933 /matrix.nix
parent867177bdd1deb000d17090af9f5a1967ee91b71a (diff)
downloadnixos-conf-ee31e594c9810e914d048e68143babf0750580cd.tar.gz
Make bcrypt script more user friendly
Diffstat (limited to 'matrix.nix')
-rw-r--r--matrix.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/matrix.nix b/matrix.nix
index cdd75cc..b42ca07 100644
--- a/matrix.nix
+++ b/matrix.nix
@@ -105,8 +105,8 @@ in {
     postgresql = {
       ensureDatabases = [ "dendrite" ];
       ensureUsers = [ {
-          name = "dendrite";
-          ensurePermissions."DATABASE dendrite" = "ALL PRIVILEGES";
+        name = "dendrite";
+        ensurePermissions."DATABASE dendrite" = "ALL PRIVILEGES";
       } ];
     };
   };