machines/home: enable i2p

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-15 10:49:52 +03:00
parent 8fcf7d9bdf
commit b870a54f1f
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -104,4 +104,11 @@
ip = "10.100.0.2/24"; ip = "10.100.0.2/24";
privateKeyFile = config.age.secrets.wireguard-home-private.path; privateKeyFile = config.age.secrets.wireguard-home-private.path;
}; };
# Invisible internet project
services.i2pd = {
enable = true;
proto.httpProxy.enable = true;
proto.http.enable = true;
};
} }