Skip to content

Commit

Permalink
fixing registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Jun 9, 2024
1 parent 4c62d9a commit 47125b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/data-hoarder/postgres.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, pkgs, config, inputs, self, registry, ... }: {

services.postgresql = {
settings.port = registry.port;
settings.port = registry.postgres.port;
enable = true;
enableTCPIP = true;
authentication =
Expand Down

0 comments on commit 47125b9

Please sign in to comment.