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";