global(fs): add missing fs options
This commit is contained in:
parent
7d6e768362
commit
6aa34ff975
2 changed files with 13 additions and 1 deletions
|
@ -37,6 +37,10 @@ in {
|
|||
type = with types; str;
|
||||
description = "UUID of secret filesystem";
|
||||
};
|
||||
store = mkOption {
|
||||
type = with types; str;
|
||||
description = "UUID of store filesystem";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue