services.xray.dae: use default package

This commit is contained in:
陈浩南 2024-04-10 20:15:16 +08:00
parent 473279d295
commit f7e2d0d52c

View File

@ -75,7 +75,7 @@ inputs:
dae = dae =
{ {
enable = true; enable = true;
package = inputs.pkgs.callPackage "${inputs.topInputs.nixpkgs-unstable}/pkgs/tools/networking/dae" {}; # package = inputs.pkgs.callPackage "${inputs.topInputs.nixpkgs-unstable}/pkgs/tools/networking/dae" {};
config = config =
let let
lanString = (inputs.lib.optionalString (xray.client.dae.lanInterfaces != []) "lan_interface: ") lanString = (inputs.lib.optionalString (xray.client.dae.lanInterfaces != []) "lan_interface: ")