From fd8349cf91811fba2c1ae3179dc6aa3366cf9f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Mon, 14 Apr 2025 15:15:27 +0200 Subject: [PATCH] Working postgresql crowdsec config --- services/postgresql/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }; }