X-Git-Url: http://git.scottworley.com/nix-profile-gc/blobdiff_plain/1f910c8b63eaecd0043615db59bcb0c27410da1b..7b567a5acabf59d6ac9d108074876f4134c7370b:/modules/profile-gc.nix?ds=inline diff --git a/modules/profile-gc.nix b/modules/profile-gc.nix index bc6eb5a..c8f68ce 100644 --- a/modules/profile-gc.nix +++ b/modules/profile-gc.nix @@ -42,7 +42,7 @@ in { manageHomeProfiles = lib.mkOption { description = "Manage profiles in users' $HOME/.local/state/nix/profiles/"; type = lib.types.bool; - default = false; # Will flip to true later + default = true; }; dryRun = lib.mkOption { description = "Say what would have been deleted rather than actually deleting profiles";