hosts/pneuma: add tor client service

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Cadey Ratio 2023-02-03 21:13:55 -05:00
parent a43c76c560
commit 339dc0b5ab
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@
services.tailscale.port = 15430;
environment.systemPackages = with pkgs; [ wasmtime weechat ];
services.tor = {
enable = true;
client.enable = true;
settings.SOCKSPort = [ 9051 ];
};
networking.hostName = "pneuma";
networking.hostId = "34fbd94b";