tahoe module: introducers, nodes option loaOf -> attrsOf

This commit is contained in:
Eric Sagnes 2016-11-16 16:31:05 +09:00
parent 418901a906
commit 2a9de9162f

View File

@ -8,7 +8,7 @@ in
options.services.tahoe = {
introducers = mkOption {
default = {};
type = with types; loaOf (submodule {
type = with types; attrsOf (submodule {
options = {
nickname = mkOption {
type = types.str;
@ -49,7 +49,7 @@ in
};
nodes = mkOption {
default = {};
type = with types; loaOf (submodule {
type = with types; attrsOf (submodule {
options = {
nickname = mkOption {
type = types.str;