fix default
This commit is contained in:
parent
6980998bd8
commit
bc2909ee05
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
{
|
{
|
||||||
options.services.caddy.authedHosts = lib.mkOption {
|
options.services.caddy.authedHosts = lib.mkOption {
|
||||||
type = lib.types.attrsOf lib.types.lines;
|
type = lib.types.attrsOf lib.types.lines;
|
||||||
default = [ ];
|
default = { };
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue