]> git.scottworley.com Git - nix-profile-gc/blobdiff - modules/profile-gc.nix
profile-gc: Confidence gained! Change dryRun default: true → false
[nix-profile-gc] / 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 = ''