fix: add default value for noproxy dns

This commit is contained in:
Noah Masur 2024-03-30 12:34:37 -04:00
parent 9f33371daf
commit 1b7e4687e4

View File

@ -49,6 +49,7 @@ in {
options.cloudflare.noProxyDomains = lib.mkOption {
type = lib.types.listOf lib.types.str;
description = "Domains to use for dyndns without CDN proxying.";
default = [ ];
};
config = lib.mkIf config.cloudflare.enable {