machines/home: enable i2p
This commit is contained in:
parent
8fcf7d9bdf
commit
b870a54f1f
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue