default false

This commit is contained in:
2025-08-11 13:28:27 -05:00
parent 0084f12eee
commit 4f6927fca7

View File

@@ -6,7 +6,7 @@
options.homeconfig.impermanence.enable = lib.options.mkOption {
type = lib.types.bool;
default = true;
default = false;
};
config = lib.mkIf config.homeconfig.impermanence.enable {