stockholm/lass/2configs/privoxy.nix
2018-03-21 10:20:08 +01:00

8 lines
69 B
Nix

{ config, ... }:
{
services.privoxy = {
enable = true;
};
}