fix: fixed trailing mount path issue
This commit is contained in:
parent
2922114367
commit
a4f3b3141d
4 changed files with 17 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue