diff --git a/hosts/pneuma/default.nix b/hosts/pneuma/default.nix index f6de572..f932b2e 100755 --- a/hosts/pneuma/default.nix +++ b/hosts/pneuma/default.nix @@ -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";