From 6516c2559c4fe10dc3c32d824411a71c9f8cae07 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 8 Jul 2024 14:32:40 +0200 Subject: darwin: remove automatic nix gc configuration --- system/settings/darwin.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'system') diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix index 6d5b357d..0f507a31 100644 --- a/system/settings/darwin.nix +++ b/system/settings/darwin.nix @@ -19,10 +19,6 @@ environment.darwinConfig = "$HOME/.config/nixpkgs/darwin-configuration.nix"; nix = { daemonIOLowPriority = true; - gc = { - 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.trusted-users = [ "@admin" ]; -- cgit 1.4.1