diff --git a/hosts/cube/postgresql.nix b/hosts/cube/postgresql.nix index 6f74fdb..4410391 100644 --- a/hosts/cube/postgresql.nix +++ b/hosts/cube/postgresql.nix @@ -47,6 +47,13 @@ } { name = "root"; + ensureClauses = { + createdb = true; + createrole = true; + login = true; + replication = true; + superuser = true; + }; } ];