diff --git a/services/postgresql/default.nix b/services/postgresql/default.nix index d5b6d1b..5cc9d1c 100644 --- a/services/postgresql/default.nix +++ b/services/postgresql/default.nix @@ -119,7 +119,7 @@ in { END $$; EOF ''; - networking.firewall.allowedTCPPorts = [5432]; }; + networking.firewall.allowedTCPPorts = [5432]; }; }