1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 03:51:07 +01:00

feat(radio): move to ful to evade block, remove tor

This commit is contained in:
2023-03-20 13:14:02 +01:00
parent 7e86718b0f
commit 5e8b1f37c6
5 changed files with 19 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
{pkgs, ...}: {
services.tor.enable = true;
environment.systemPackages = [pkgs.tor];
services.tor.client.enable = true;
environment.systemPackages = [pkgs.tor pkgs.torsocks];
}