From: Scott Worley Date: Mon, 27 Mar 2023 02:41:44 +0000 (-0700) Subject: profile-gc: Confidence gained! Change dryRun default: true → false X-Git-Url: http://git.scottworley.com/nix-profile-gc/commitdiff_plain/646f1750db86c674874f2b1ba75d5c949c14d5ab?ds=sidebyside profile-gc: Confidence gained! Change dryRun default: true → false --- 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 = ''