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