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