global(fs): add missing fs options

This commit is contained in:
514fpv 2024-02-10 00:20:43 +08:00
parent a74cc7a91c
commit 93bdf05746
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0
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";
};
};
};