summaryrefslogtreecommitdiffstats
path: root/shared/1systems/wolf.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-03-09 16:55:22 +0100
committertv <tv@krebsco.de>2017-03-09 16:55:22 +0100
commitf30a7dd975aaf5d9dbb2a2ba1186d7dd0c3e04fa (patch)
tree919a1182c0d8a3382a1e2d56704b342d9a3c4e27 /shared/1systems/wolf.nix
parente4225f826cfba6faf9c582c0e043dc58864a56a5 (diff)
parent4ebc0e7adc7605e154916aefad47331761036abb (diff)
Merge remote-tracking branch 'prism/lassulus'
Diffstat (limited to 'shared/1systems/wolf.nix')
-rw-r--r--shared/1systems/wolf.nix12
1 files changed, 11 insertions, 1 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix
index ce3c63f2..b0b82278 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;