From b9d4a986d7abd392f34272c51f204879b8246680 Mon Sep 17 00:00:00 2001 From: nin Date: Tue, 24 Oct 2017 21:43:33 +0200 Subject: n 2 default: update binary-cache --- nin/2configs/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'nin') diff --git a/nin/2configs/default.nix b/nin/2configs/default.nix index 68521c6d..e7bd78eb 100644 --- a/nin/2configs/default.nix +++ b/nin/2configs/default.nix @@ -4,6 +4,7 @@ with import ; { imports = [ ../2configs/vim.nix + { users.extraUsers = mapAttrs (_: h: { hashedPassword = h; }) @@ -45,12 +46,6 @@ with import ; 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; -- cgit v1.2.3