diff --git a/m/module/hut-substituter.nix b/m/module/hut-substituter.nix index 8d27a45..92fda0b 100644 --- a/m/module/hut-substituter.nix +++ b/m/module/hut-substituter.nix @@ -6,5 +6,8 @@ { extra-substituters = [ "http://hut/cache" ]; extra-trusted-public-keys = [ "jungle.bsc.es:pEc7MlAT0HEwLQYPtpkPLwRsGf80ZI26aj29zMw/HH0=" ]; + + # Set a low timeout in case hut is down + connect-timeout = 3; # seconds }; }