summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 52b6f15a..3150675f 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -84,6 +84,10 @@ in {
84 enable = false; 84 enable = false;
85 }; 85 };
86 86
87 nix.binaryCaches = [ "https://cache.nixos.org/"
88 "https://hydra.nixos.org/"
89 ];
90
87 # List services that you want to enable: 91 # List services that you want to enable:
88 92
89 services.openssh = { 93 services.openssh = {