diff --git a/nixos/modules/services/networking/sing-box.nix b/nixos/modules/services/networking/sing-box.nix index becf8b62eb7ec6..f5ab12537e967d 100644 --- a/nixos/modules/services/networking/sing-box.nix +++ b/nixos/modules/services/networking/sing-box.nix @@ -24,26 +24,6 @@ in settings = lib.mkOption { type = lib.types.submodule { freeformType = settingsFormat.type; - options = { - route = { - geoip.path = lib.mkOption { - type = lib.types.path; - default = "${pkgs.sing-geoip}/share/sing-box/geoip.db"; - defaultText = lib.literalExpression "\${pkgs.sing-geoip}/share/sing-box/geoip.db"; - description = '' - The path to the sing-geoip database. - ''; - }; - geosite.path = lib.mkOption { - type = lib.types.path; - default = "${pkgs.sing-geosite}/share/sing-box/geosite.db"; - defaultText = lib.literalExpression "\${pkgs.sing-geosite}/share/sing-box/geosite.db"; - description = '' - The path to the sing-geosite database. - ''; - }; - }; - }; }; default = { }; description = ''