mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
add snowflake
This commit is contained in:
parent
c314012d5a
commit
b4d85c519d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user