Commit 26358247114a
Changed files (1)
systems
modules
core
systems/modules/core/nix.nix
@@ -55,14 +55,13 @@ in
daemonIONiceLevel = 5;
daemonNiceLevel = 10;
# if hydra is down, don't wait forever
- # package = pkgs.nixFlakes;
- # experimental-features = flakes nix-command
extraOptions = ''
connect-timeout = 20
build-cores = 0
keep-outputs = true
keep-derivations = true
builders-use-substitutes = true
+ experimental-features = flakes nix-command
'';
gc = {
automatic = true;