mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix: add default value for noproxy dns
This commit is contained in:
parent
9f33371daf
commit
1b7e4687e4
@ -49,6 +49,7 @@ in {
|
|||||||
options.cloudflare.noProxyDomains = lib.mkOption {
|
options.cloudflare.noProxyDomains = lib.mkOption {
|
||||||
type = lib.types.listOf lib.types.str;
|
type = lib.types.listOf lib.types.str;
|
||||||
description = "Domains to use for dyndns without CDN proxying.";
|
description = "Domains to use for dyndns without CDN proxying.";
|
||||||
|
default = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.cloudflare.enable {
|
config = lib.mkIf config.cloudflare.enable {
|
||||||
|
Loading…
Reference in New Issue
Block a user