From 177e5f707047869dc9caa5ff66e0493f89efca42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 27 Nov 2023 00:46:56 +0100 Subject: [PATCH] Move some settings to nixos-modules --- config/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/default.nix b/config/default.nix index 60e64c88..d63613d8 100644 --- a/config/default.nix +++ b/config/default.nix @@ -110,10 +110,8 @@ ]; registry.nixpkgs.flake = nixos; settings = { - builders-use-substitutes = true; # TODO: move - connect-timeout = 20; - experimental-features = "nix-command flakes"; - fallback = true; + # if a download from hydra fails, we want to stop and retry it, instead of building it + fallback = false; trusted-public-keys = [ "nix-cache.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps=" ];