From d982ee166edbd4bfec75b20fc8a0d61961c444ea Mon Sep 17 00:00:00 2001 From: oluceps Date: Thu, 14 Mar 2024 19:17:40 +0800 Subject: [PATCH] docs: add additional explanation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf1a34..65a164a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ $ nix build github:daeuniverse/flake.nix#packages.x86_64-linux.dae disableTxChecksumIpGeneric = false; configFile = "/etc/dae/config.dae"; assets = with pkgs; [ v2ray-geoip v2ray-domain-list-community ]; - # alternatively, specify assets dir + # alternatively, specify a dir which contains geo database. # assetsPath = "/etc/dae"; openFirewall = { enable = true;