From 646f1750db86c674874f2b1ba75d5c949c14d5ab Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sun, 26 Mar 2023 19:41:44 -0700 Subject: [PATCH] =?utf8?q?profile-gc:=20Confidence=20gained!=20=20Change?= =?utf8?q?=20dryRun=20default:=20true=20=E2=86=92=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- modules/profile-gc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profile-gc.nix b/modules/profile-gc.nix index a763875..1452e8f 100644 --- a/modules/profile-gc.nix +++ b/modules/profile-gc.nix @@ -14,7 +14,7 @@ in { dryRun = lib.mkOption { description = "Say what would have been deleted rather than actually deleting profiles"; type = lib.types.bool; - default = true; + default = false; }; keepLast = lib.mkOption { description = '' -- 2.44.1