From 3fba6e8194ddaee903b6afce625ba3a1b78c54c9 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 26 Aug 2022 21:06:53 +0200 Subject: fmt --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') 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; }; -- cgit 1.4.1