services.dae.assetsPath

NixOS option

The path which contains geolocation database. This option will override assets.

type: string
Default
(symlinkJoin {
    name = "dae-assets";
    paths = assets;
})/share/v2ray
declared in: nixos/modules/services/networking/dae.nixView source on NixOS/nixpkgs →