diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-03-17 23:26:12 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-03-17 23:26:12 +0100 |
| commit | b95323278fa090de3ea9c1d50763be0acc36ea3d (patch) | |
| tree | 2b4f2047e6dffa0f153f5297880f878e74962132 /modules/examples | |
| parent | 903d9072bd426be0b36c29dbda1fd09b1f5605c3 (diff) | |
lnl: cloudfront trusted cache
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
