Oops, mounts shouldn't be a list, should be attrs.

This commit is contained in:
2021-10-17 23:16:46 -07:00
parent 56cea847f4
commit 44fcc8e262
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -15,6 +15,8 @@ rec {
type = listOf str;
description = "List of filesystem options specific to this mountpoint (eg: subvol).";
};
# TODO: Access control. Group? List of users?
};
};
in {