default false
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
options.homeconfig.impermanence.enable = lib.options.mkOption {
|
options.homeconfig.impermanence.enable = lib.options.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = true;
|
default = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.homeconfig.impermanence.enable {
|
config = lib.mkIf config.homeconfig.impermanence.enable {
|
||||||
|
|||||||
Reference in New Issue
Block a user