Skip to content

Commit

Permalink
~ dae assets
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 8, 2023
1 parent 8f7fc05 commit 78186c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion misc.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# original configuration.nix w
{ inputs
, self
, config
, pkgs
, lib
Expand Down
7 changes: 6 additions & 1 deletion services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,12 @@
package = pkgs.dae-unstable;
disableTxChecksumIpGeneric = false;
configFile = config.age.secrets.dae.path;
assets = with pkgs; [ v2ray-geoip v2ray-domain-list-community ];
# assets = with pkgs; [ v2ray-geoip v2ray-domain-list-community ];
assetsPath = "${pkgs.symlinkJoin {
name = "dae-assets-nixy";
paths = [ pkgs.nixy-domains.src "${pkgs.v2ray-geoip}/share/v2ray" ];
}}";

openFirewall = {
enable = true;
port = 12345;
Expand Down

0 comments on commit 78186c4

Please sign in to comment.