macs: aggressively kill stalling jobs
Martin Weinelt committed
Nov 12, 2024 at 01:39 UTC
3e60a1dd2aea3c8042662f31eeb398085a63c868
1 file changed
+2
macs/nix-darwin.nix
+2
@@ -56,6 +56,8 @@ in
56
"nix-command"
57
"flakes"
58
];
59
+ max-silent-time = 7200; # 2h
60
+ timeout = 43200; # 12h
61
};
62
gc = {
63
automatic = true;