+24
-1
nixos/modules/services/networking/unbound.nix
+24
-1
nixos/modules/services/networking/unbound.nix
···confNoServer = concatStringsSep "\n" ((mapAttrsToList (toConf "") (builtins.removeAttrs cfg.settings [ "server" ])) ++ [""]);confServer = concatStringsSep "\n" (mapAttrsToList (toConf " ") (builtins.removeAttrs cfg.settings.server [ "define-tag" ]));${optionalString (cfg.settings.server.define-tag != "") (toOption " " "define-tag" cfg.settings.server.define-tag)}···+If settings.include is used, then this options is disabled, as the import can likely not be resolved at build time.