fix: fixed trailing mount path issue

This commit is contained in:
Leyla Becker 2025-11-23 15:35:26 -06:00
parent 2922114367
commit a4f3b3141d
4 changed files with 17 additions and 4 deletions

View file

@ -44,6 +44,10 @@ in {
type = lib.types.attrsOf (lib.types.submodule pathTypeSubmodule);
default = {};
};
impermanence.enable = lib.mkOption {
type = lib.types.bool;
default = true;
};
};
config = {