Add Tor service to amon

This commit is contained in:
Kevin Kandlbinder 2023-05-18 14:21:22 +02:00
parent fb6c73db8e
commit db9b3e4fb5
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -34,7 +34,27 @@
time.timeZone = "Europe/Berlin";
services.tor = {
enable = true;
enableGeoIP = false;
relay.onionServices = {
kreig = {
version = 3;
map = [{
port = 80;
target = {
addr = "[::1]";
port = 8666;
};
}];
};
};
settings = {
ClientUseIPv4 = false;
ClientUseIPv6 = true;
ClientPreferIPv6ORPort = true;
};
};
i18n.defaultLocale = "en_US.UTF-8";
console = {