diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-26 21:06:53 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-26 21:06:53 +0200 |
commit | 3fba6e8194ddaee903b6afce625ba3a1b78c54c9 (patch) | |
tree | 2e40900c12976803440ec884e97c84666a5de953 | |
parent | fmt (diff) | |
download | nixos-config-3fba6e8194ddaee903b6afce625ba3a1b78c54c9.tar.gz nixos-config-3fba6e8194ddaee903b6afce625ba3a1b78c54c9.tar.bz2 nixos-config-3fba6e8194ddaee903b6afce625ba3a1b78c54c9.zip |
fmt
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index b05402a..b26238a 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -157,7 +157,6 @@ }; nix = { - settings.auto-optimise-store = true; gc = { automatic = true; dates = "daily"; @@ -166,6 +165,7 @@ package = pkgs.nixFlakes; settings = { experimental-features = [ "nix-command" "flakes" "ca-derivations" ]; + auto-optimise-store = true; max-jobs = "auto"; cores = 0; }; |