examples.lnl: add binary-cache

This commit is contained in:
Daiderd Jordan 2017-01-12 21:59:13 +01:00
parent 77f947c0dc
commit b0142ee7e2
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -41,6 +41,9 @@
services.activate-system.enable = true;
nix.binaryCachePublicKeys = [ "cache.daiderd.com-1:R8KOWZ8lDaLojqD+v9dzXAqGn29gEzPTTbr/GIpCTrI=" ];
nix.trustedBinaryCaches = [ https://cache.daiderd.com ];
programs.nix-script.enable = true;
programs.tmux.enable = true;