Add redlib
This commit is contained in:
parent
9e38d5f65e
commit
451ef9c46c
3 changed files with 4 additions and 7 deletions
|
|
@ -41,10 +41,7 @@
|
|||
};
|
||||
|
||||
options.services.caddy.authedHosts = lib.mkOption {
|
||||
type = lib.types.attrsOf (lib.mkOption {
|
||||
type = lib.types.lines;
|
||||
default = "";
|
||||
});
|
||||
type = lib.types.attrsOf lib.types.lines;
|
||||
default = [];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue