diff options
author | lassulus <lass@lassul.us> | 2017-03-08 17:12:26 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-03-08 17:12:26 +0100 |
commit | cf9c5ee222931f65bf9b37a3f66e849dee3a57ac (patch) | |
tree | f875391c0137bb37869dcf1ea71a6cabf0b7772c /shared | |
parent | 4ccb7a1a2ccff15a9338de93924bda8e1640bb7d (diff) |
s 1 wolf: add prism as binary cache
Diffstat (limited to 'shared')
-rw-r--r-- | shared/1systems/wolf.nix | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix index ce3c63f28..b0b822780 100644 --- a/shared/1systems/wolf.nix +++ b/shared/1systems/wolf.nix @@ -32,7 +32,17 @@ in security = import <secrets/grafana_security.nix>; }; - nix.binaryCaches = [ "http://localhost:3142/nixos" "https://cache.nixos.org" ]; + nix = { + binaryCaches = [ + "http://localhost:3142/nixos" + "http://cache.prism.r" + "https://cache.nixos.org/" + ]; + binaryCachePublicKeys = [ + "cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU=" + "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" + ]; + }; networking = { firewall.enable = false; |