]> git.scottworley.com Git - nix-profile-gc/commitdiff
profile-gc: Confidence gained! Change dryRun default: true → false
authorScott Worley <scottworley@scottworley.com>
Mon, 27 Mar 2023 02:41:44 +0000 (19:41 -0700)
committerScott Worley <scottworley@scottworley.com>
Mon, 27 Mar 2023 02:41:44 +0000 (19:41 -0700)
modules/profile-gc.nix

index a763875d1d3b7a27af05aefc100b93cae6aa2841..1452e8f22e06fa98166c41b0c1da921c437f80ce 100644 (file)
@@ -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 = ''