From b4d85c519da971214c06d4bec25a9df64f15799f Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 7 Oct 2024 14:02:00 +0200 Subject: [PATCH] add snowflake --- hosts/yodaNas/host-specific.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts/yodaNas/host-specific.nix b/hosts/yodaNas/host-specific.nix index 20ec521..b1d7bb6 100644 --- a/hosts/yodaNas/host-specific.nix +++ b/hosts/yodaNas/host-specific.nix @@ -4,6 +4,18 @@ ./syncthing.nix ]; + # Operating a Snowflake proxy helps others circumvent censorship. + # Safe to run. + # https://wiki.nixos.org/w/index.php?title=Tor + # + # TODO: Check if working. + # systemctl status snowflake-proxy.service + # + # Enable snowflake-proxy, a system to defeat internet censorship. + services.snowflake-proxy.enable = true; + # Maximum concurrent clients allowed. + services.snowflake-proxy.capacity = 10; + # Update and start Jinja-Compose project # during boot and after every 30 minutes. # To view the log, run