enable tor relay

This commit is contained in:
Ivan Dimitrov 2023-12-01 22:03:53 +02:00
parent 8ea2e0db66
commit e752f1cc8d

View File

@ -1,7 +1,10 @@
{
services.tor = {
enable = true;
relay.onionServices = {
relay = {
enable = true;
role = "relay";
onionServices = {
idimitrov = {
map = [{
port = 80;
@ -13,4 +16,5 @@
};
};
};
};
}