about summary refs log tree commit diff
path: root/modules/server/dns/default.nix
blob: ae36f06a2f809f8b0cd406d5a83f234fa552ab3b (plain) (blame)
1
2
3
4
5
6
7
{ ... }:

{
  networking.nameservers = [ "127.0.0.1" ];

  services.unbound.enable = true;
}