diff --git a/machines/magenta/services/gitea.nix b/machines/magenta/services/gitea.nix index c181dad..40ca9d6 100644 --- a/machines/magenta/services/gitea.nix +++ b/machines/magenta/services/gitea.nix @@ -7,7 +7,7 @@ let robotsTxt = pkgs.writeText "robots.txt" '' User-agent: * - Disallow: / + Disallow: /github ''; in {