add snowflake

This commit is contained in:
Daniel Langbein 2024-10-07 14:02:00 +02:00
parent c314012d5a
commit b4d85c519d
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -4,6 +4,18 @@
./syncthing.nix ./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 # Update and start Jinja-Compose project
# during boot and after every 30 minutes. # during boot and after every 30 minutes.
# To view the log, run # To view the log, run