nixos/iodine: nixpkgs-fmt

This commit is contained in:
Symphorien Gibol 2020-02-02 12:00:00 +00:00
parent 683fa30931
commit 7437bff7d1

View File

@ -43,7 +43,8 @@ in
}
}
'';
type = types.attrsOf (types.submodule (
type = types.attrsOf (
types.submodule (
{
options = {
server = mkOption {
@ -73,7 +74,9 @@ in
description = "File that contains password";
};
};
}));
}
)
);
};
server = {