1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 08:41:07 +02:00

feat(tor): enable

This commit is contained in:
2022-03-29 20:10:12 +02:00
parent e85a8f7634
commit c1b777b689
2 changed files with 3 additions and 2 deletions

View File

@@ -262,5 +262,6 @@ in {
./vscode.nix ./vscode.nix
./watson.nix ./watson.nix
./zsh.nix ./zsh.nix
./tor.nix
]; ];
} }

View File

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