summaryrefslogtreecommitdiffstats
path: root/lass/2configs/privoxy.nix
blob: e0a08642101602ae75753cb2c888e762b72439cc (plain)
1
2
3
4
5
6
7
{ config, ... }:

{
  services.privoxy = {
    enable = true;
  };
}