Commit ff93d39b8910
Changed files (1)
systems
modules
core
systems/modules/core/nix.nix
@@ -56,13 +56,13 @@ in
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;