Try to get sea-store working

This commit is contained in:
2021-10-17 23:12:49 -07:00
parent c9815b4caf
commit 56cea847f4
3 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ rec {
};
in {
options = with types; {
device = mkOption {
encrypted-device = mkOption {
type = str;
description = "Path to the encrypted device.";
};