From d779caea8791769e123da737a15656aca46cb6bf Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Fri, 14 Feb 2025 21:29:23 +0100 Subject: [PATCH] Cleanup --- roles/postgres.nix | 5 ----- roles/traefik.nix | 5 ----- 2 files changed, 10 deletions(-) diff --git a/roles/postgres.nix b/roles/postgres.nix index 4c75ed3..73f95ac 100644 --- a/roles/postgres.nix +++ b/roles/postgres.nix @@ -51,11 +51,6 @@ host all all 127.0.0.1/32 md5 host all all ::1/128 md5 ''; - - # FIXME: For debug - settings = { - log_connections = true; - }; }; networking.firewall.allowedTCPPorts = [ diff --git a/roles/traefik.nix b/roles/traefik.nix index 680d549..b4fe736 100644 --- a/roles/traefik.nix +++ b/roles/traefik.nix @@ -80,11 +80,6 @@ ]; staticConfigOptions = { - # FIXME: Remove this later - log.level = "DEBUG"; - # FIXME: This is insecure - api.insecure = true; - entryPoints = { web = { address = ":80";