hosts/pneuma: add tor client service
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
a43c76c560
commit
339dc0b5ab
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue