summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/ymir.nix b/ymir.nix
index 0933fd21..d4fcc4cc 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -165,11 +165,6 @@ in rec {
165 enable = false; 165 enable = false;
166 }; 166 };
167 167
168 nix.binaryCaches = [ "https://cache.nixos.org/"
169 ];
170 nix.binaryCachePublicKeys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
171 ];
172
173 # List services that you want to enable: 168 # List services that you want to enable:
174 169
175 services.openssh = { 170 services.openssh = {