fix type info
This commit is contained in:
parent
6775bf772a
commit
e440f01af3
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
options.services.fooud = {
|
options.services.fooud = {
|
||||||
enable = lib.mkEnableOption config.description;
|
enable = lib.mkEnableOption config.description;
|
||||||
repos = lib.mkOption {
|
repos = lib.mkOption {
|
||||||
type = lib.listOf {
|
type = lib.types.listOf (lib.types.submodule ({ ... }: {
|
||||||
path = lib.mkOption {
|
path = lib.mkOption {
|
||||||
description = "fullpath to the repositiory on your server";
|
description = "fullpath to the repositiory on your server";
|
||||||
type = lib.types.string;
|
type = lib.types.string;
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
''
|
''
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
}));
|
||||||
};
|
};
|
||||||
user = lib.mkOption {
|
user = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue