1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: tor

This commit is contained in:
2020-10-27 12:03:56 +01:00
parent 675eb4db27
commit 2fbf1f8ee6
2 changed files with 5 additions and 0 deletions

View File

@@ -314,6 +314,7 @@ in {
./themes/mac-os.nix ./themes/mac-os.nix
./theming.nix ./theming.nix
./tmux.nix ./tmux.nix
./tor.nix
./todo-txt.nix ./todo-txt.nix
./traadfri.nix ./traadfri.nix
./unclutter.nix ./unclutter.nix

4
configs/tor.nix Normal file
View File

@@ -0,0 +1,4 @@
{
services.tor.enable = true;
services.tor.torsocks.enable = true;
}