mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 09:02:46 +00:00
tahoe module: introducers, nodes option loaOf -> attrsOf
This commit is contained in:
parent
418901a906
commit
2a9de9162f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue