stockholm/lass/2configs/privoxy.nix

8 lines
69 B
Nix
Raw Normal View History

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