tv: nix.requireSignedBinaryCaches = true
This commit is contained in:
parent
94154606cb
commit
35d7bc9946
@ -54,15 +54,14 @@ with config.krebs.lib;
|
|||||||
'';
|
'';
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
# TODO check if both are required:
|
# TODO check if both are required:
|
||||||
nix.chrootDirs = [ "/etc/protocols" pkgs.iana_etc.outPath ];
|
nix.chrootDirs = [ "/etc/protocols" pkgs.iana_etc.outPath ];
|
||||||
|
|
||||||
nix.trustedBinaryCaches = [
|
nix.requireSignedBinaryCaches = true;
|
||||||
"https://cache.nixos.org"
|
|
||||||
"http://cache.nixos.org"
|
nix.binaryCaches = ["https://cache.nixos.org"];
|
||||||
"http://hydra.nixos.org"
|
|
||||||
];
|
|
||||||
|
|
||||||
nix.useChroot = true;
|
nix.useChroot = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user