machines/magenta: enable robots for each repo...
exclude github mirrors
This commit is contained in:
parent
673ef9eef9
commit
20cadb2638
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
||||||
|
|
||||||
robotsTxt = pkgs.writeText "robots.txt" ''
|
robotsTxt = pkgs.writeText "robots.txt" ''
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /
|
Disallow: /github
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue