diff options
Diffstat (limited to 'nin')
| -rw-r--r-- | nin/2configs/default.nix | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/nin/2configs/default.nix b/nin/2configs/default.nix index 68521c6dd..e7bd78eb6 100644 --- a/nin/2configs/default.nix +++ b/nin/2configs/default.nix @@ -4,6 +4,7 @@ with import <stockholm/lib>;  {    imports = [      ../2configs/vim.nix +    <stockholm/krebs/2configs/binary-cache/prism.nix>      {        users.extraUsers =          mapAttrs (_: h: { hashedPassword = h; }) @@ -45,12 +46,6 @@ with import <stockholm/lib>;          SSL_CERT_FILE = ca-bundle;        };      }) -    { -      nix = { -        binaryCaches = ["http://cache.prism.r"]; -        binaryCachePublicKeys = ["cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="]; -      }; -    }    ];    networking.hostName = config.krebs.build.host.name;  | 
