mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2024-11-28 20:03:50 +01:00
typos
This commit is contained in:
parent
50b66ea757
commit
64b1fdffd1
|
@ -63,7 +63,7 @@ My initial goal was to be able to search the i2p net. To that end, the following
|
||||||
will suffice.
|
will suffice.
|
||||||
```nix
|
```nix
|
||||||
...
|
...
|
||||||
# Exposing the nessecary ports in order to intefact with i2p from outside the container
|
# Exposing the nessecary ports in order to interact with i2p from outside the container
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
7070 # default web interface port
|
7070 # default web interface port
|
||||||
4447 # default socks proxy port
|
4447 # default socks proxy port
|
||||||
|
@ -88,8 +88,9 @@ else than an HTTP connection to interact with i2p.
|
||||||
|
|
||||||
Since I wanted to see what kinds of _linux distros_ the i2p network has to
|
Since I wanted to see what kinds of _linux distros_ the i2p network has to
|
||||||
offer, I also enabled `services.i2pd.proto.sam` and added the corresponding
|
offer, I also enabled `services.i2pd.proto.sam` and added the corresponding
|
||||||
default port in order to get [XD](https://xd-torrent.github.io/) (which can be
|
default port to the container's firewall in order to get
|
||||||
found in the Nix repo) to work:
|
[XD](https://xd-torrent.github.io/) (which can be found in the Nix repo) to
|
||||||
|
behave properly:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
...
|
...
|
||||||
|
@ -106,7 +107,7 @@ found in the Nix repo) to work:
|
||||||
|
|
||||||
system.stateVersion = "23.05"; # If you don't add a state version, nix will complain at every rebuild
|
system.stateVersion = "23.05"; # If you don't add a state version, nix will complain at every rebuild
|
||||||
|
|
||||||
# Exposing the nessecary ports in order to intefact with i2p from outside the container
|
# Exposing the nessecary ports in order to interact with i2p from outside the container
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
7656 # default sam port
|
7656 # default sam port
|
||||||
7070 # default web interface port
|
7070 # default web interface port
|
||||||
|
|
Loading…
Reference in a new issue