1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01: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

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