Maintainers:Fastly: Difference between revisions

m nixos fastly-configs are at nixos/infra asked Mic92
update option names, fix syntax
Tags: Mobile edit Mobile web edit Visual edit
 
Line 35: Line 35:
[https://github.com/thoughtpolice Austin] currently has a Fastly service configured implementing some of the above. To use it, you can change your <code>substituters</code> setting. '''This uses the real upstream S3 bucket''', so you do not need to trust any new signatures. For NixOS users:
[https://github.com/thoughtpolice Austin] currently has a Fastly service configured implementing some of the above. To use it, you can change your <code>substituters</code> setting. '''This uses the real upstream S3 bucket''', so you do not need to trust any new signatures. For NixOS users:


{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|||<nowiki>
{...}
{
{
   nix.binaryCaches = [ "https://aseipp-nix-cache.global.ssl.fastly.net" ]
   nix.settings.substituters = [ "https://aseipp-nix-cache.global.ssl.fastly.net" ];
}
}
</nowiki>}}
</nowiki>|name=/etc/nixos/configuration.nix|lang=nix}}


Nix users:
Nix users: