forked from fi/nix-infra
Setup mail server and restructure some things
This commit is contained in:
parent
4c382e629d
commit
ba93d164cf
90 changed files with 512 additions and 66 deletions
|
|
@ -1,20 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.tor = {
|
||||
enable = true;
|
||||
|
||||
relay = {
|
||||
enable = true;
|
||||
role = "relay";
|
||||
};
|
||||
|
||||
settings = {
|
||||
Nickname = "vsm";
|
||||
ORPort = 9001;
|
||||
DirPort = 9030;
|
||||
ContactInfo = "admin@grzb.de";
|
||||
RelayBandwidthRate = "40 MBits";
|
||||
RelayBandwidthBurst = "50 Mbits";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue