devos/profiles/tor/default.nix

8 lines
125 B
Nix
Raw Normal View History

2021-04-25 23:38:47 +02:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
tor-browser-bundle-bin
];
services.tor.enable = true;
}