diff --git a/nixos/modules/services/networking/dae.nix b/nixos/modules/services/networking/dae.nix index e77a3e1a0c0..ee0ca25d34e 100644 --- a/nixos/modules/services/networking/dae.nix +++ b/nixos/modules/services/networking/dae.nix @@ -69,6 +69,14 @@ in ''; }; + configFile = mkOption { + type = types.path; + default = "/etc/dae/config.dae"; + example = "/path/to/your/config.dae"; + description = mdDoc '' + The path of dae config file, end with `.dae`. + ''; + }; config = mkOption { type = types.str;