From a05e0614c1bb75f77717a943dc4ac75a0cca4652 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 1 Mar 2026 23:51:02 -0800 Subject: add everything; add CI --- nix/modules/i2pd.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'nix/modules/i2pd.nix') diff --git a/nix/modules/i2pd.nix b/nix/modules/i2pd.nix index ef4f63f..9e942fa 100644 --- a/nix/modules/i2pd.nix +++ b/nix/modules/i2pd.nix @@ -1,11 +1,9 @@ { config, lib, ... }: { services.i2pd = { - enable = lib.mkDefault config.monorepo.profiles.server.enable; + enable = lib.mkDefault false; address = "0.0.0.0"; - inTunnels = { - }; - outTunnels = { - }; + inTunnels = { }; + outTunnels = { }; }; } -- cgit v1.3