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