fix default

This commit is contained in:
Henry Hiles 2025-10-17 15:28:19 -04:00
commit bc2909ee05
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
{
options.services.caddy.authedHosts = lib.mkOption {
type = lib.types.attrsOf lib.types.lines;
default = [ ];
default = { };
};
config = {