fix default

This commit is contained in:
Henry Hiles 2025-10-17 15:28:19 -04:00
commit bc2909ee05
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

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