bib3.de-nixos/dns.nix

8 lines
66 B
Nix

{ config, pkgs, ... }:
{
services.unbound = {
# TODO
}
}