From b95323278fa090de3ea9c1d50763be0acc36ea3d Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Fri, 17 Mar 2017 23:26:12 +0100 Subject: lnl: cloudfront trusted cache --- modules/examples/lnl.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/examples') diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 6135d1d..4b4e2b3 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -58,7 +58,8 @@ nix.extraOptions = "pre-build-hook = "; nix.binaryCachePublicKeys = [ "cache.daiderd.com-1:R8KOWZ8lDaLojqD+v9dzXAqGn29gEzPTTbr/GIpCTrI=" ]; - nix.trustedBinaryCaches = [ http://cache1 https://cache.daiderd.com ]; + nix.trustedBinaryCaches = [ https://d3i7ezr9vxxsfy.cloudfront.net ]; + nix.trustedUsers = [ "@admin" ]; programs.nix-script.enable = true; -- cgit v1.2.3