fix nix code

This commit is contained in:
2025-03-17 16:01:05 +04:00
parent 2c3bd39a7e
commit d5c171836a

View File

@@ -68,6 +68,7 @@ in
package ? pkgs.postgresql, package ? pkgs.postgresql,
port ? 5432, port ? 5432,
listen_addresses ? "localhost", listen_addresses ? "localhost",
initialDatabases ? [ ],
... ...
}: }:
let let