diff --git a/machines/home/default.nix b/machines/home/default.nix index e896386..4633078 100644 --- a/machines/home/default.nix +++ b/machines/home/default.nix @@ -104,4 +104,11 @@ ip = "10.100.0.2/24"; privateKeyFile = config.age.secrets.wireguard-home-private.path; }; + + # Invisible internet project + services.i2pd = { + enable = true; + proto.httpProxy.enable = true; + proto.http.enable = true; + }; }