summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 3150675f..0ff8ddb4 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -87,6 +87,9 @@ in {
87 nix.binaryCaches = [ "https://cache.nixos.org/" 87 nix.binaryCaches = [ "https://cache.nixos.org/"
88 "https://hydra.nixos.org/" 88 "https://hydra.nixos.org/"
89 ]; 89 ];
90 nix.binaryCachePublicKeys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
91 "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
92 ];
90 93
91 # List services that you want to enable: 94 # List services that you want to enable:
92 95