From da04b1c6dd13af0dbada0d77ff195ab5e99eed5e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 17 May 2024 16:08:52 +0200 Subject: system/nix: set OS-agnostic nix options in common module --- system/settings/darwin.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'system/settings/darwin.nix') diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix index ef039a48..aa55cce5 100644 --- a/system/settings/darwin.nix +++ b/system/settings/darwin.nix @@ -4,7 +4,7 @@ , ... }: { imports = [ - ../../pin.nix + ./configuration/nix.nix ]; services.nix-daemon = { enable = true; @@ -17,19 +17,12 @@ ]; nix = { - settings.cores = lib.mkDefault 0; daemonIOLowPriority = true; gc = { - automatic = true; user = "alan"; options = "--max-freed $((25 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | awk '{ print $4 }')))"; }; settings.extra-platforms = "aarch64-darwin x86_64-darwin"; - settings.experimental-features = "nix-command flakes"; - settings.warn-dirty = false; - settings.keep-outputs = true; - settings.keep-derivations = true; - settings.use-xdg-base-directories = true; linux-builder.enable = true; settings.trusted-users = [ "@admin" ]; -- cgit 1.4.1