nix-config/services/default.nix
Bruno BELANYI 5b0d12ad40 services: add adblock
This is a self-hosted DNS server with hosts-based adblocking.

I should probably have it update the hosts file more often than I will
probably end up doing myself with a package... We'll see if it ends up
being necessary.
2021-04-25 12:39:17 +00:00

29 lines
446 B
Nix

{ ... }:
{
imports = [
./adblock.nix
./backup.nix
./blog.nix
./calibre-web.nix
./drone.nix
./gitea.nix
./indexers.nix
./jellyfin.nix
./lohr.nix
./matrix.nix
./miniflux.nix
./nextcloud.nix
./nginx.nix
./pirate.nix
./podgrab.nix
./postgresql-backup.nix
./quassel.nix
./rss-bridge.nix
./sabnzbd.nix
./ssh-server.nix
./transmission.nix
./wireguard.nix
];
}