tv: nix.requireSignedBinaryCaches = true

This commit is contained in:
tv 2016-02-27 15:13:44 +01:00
parent 94154606cb
commit 35d7bc9946

View File

@ -54,15 +54,14 @@ with config.krebs.lib;
'';
time.timeZone = "Europe/Berlin";
}
{
# TODO check if both are required:
nix.chrootDirs = [ "/etc/protocols" pkgs.iana_etc.outPath ];
nix.trustedBinaryCaches = [
"https://cache.nixos.org"
"http://cache.nixos.org"
"http://hydra.nixos.org"
];
nix.requireSignedBinaryCaches = true;
nix.binaryCaches = ["https://cache.nixos.org"];
nix.useChroot = true;
}