diff options
-rw-r--r-- | ymir.nix | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 = { |