init
This commit is contained in:
commit
d4bea4c7c5
12 changed files with 328 additions and 0 deletions
9
services/tor.nix
Normal file
9
services/tor.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{lib, ...}: {
|
||||
services.tor = {
|
||||
settings.HiddenServiceNonAnonymousMode = false;
|
||||
client = {
|
||||
enable = true;
|
||||
dns.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue