diff --git a/modules/services/reverseproxy.nix b/modules/services/reverseproxy.nix index ec1c1eb..66874cc 100644 --- a/modules/services/reverseproxy.nix +++ b/modules/services/reverseproxy.nix @@ -1,5 +1,4 @@ { - pkgs, lib, config, ... @@ -8,28 +7,6 @@ let cfg = config.crans.reverseProxy; - formatJSON = pkgs.formats.json { }; - - allowAll = formatJSON.generate "allow_all.json" { - bots = [ - { - name = "allow_all"; - path_regex = ".*"; - action = "ALLOW"; - } - ]; - }; - - open_graph = formatJSON.generate "opengraph.json" { - openGraph = [ - { - enabled = true; - considerHost = true; - ttl = "24h"; - } - ]; - }; - mainTld = "org"; otherTld = [ "fr"