global(fs): add missing fs options

This commit is contained in:
514fpv 2024-02-10 00:20:43 +08:00
parent 2d8b0e4676
commit a8800dc4d2
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 13 additions and 1 deletions

View file

@ -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";
};
};
};