Skip to content

Commit

Permalink
kresd: no need to explicitly set nameserver
Browse files Browse the repository at this point in the history
Since NixOS/nixpkgs#124391, enabling kreasd also
sets `networking.resolvconf.useLocalResolver = true`.
  • Loading branch information
dotlambda authored and nlewo committed Jun 3, 2021
1 parent b7a0256 commit 83efdb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mail-server/kresd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ in
{
config = lib.mkIf (cfg.enable && cfg.localDnsResolver) {
services.kresd.enable = true;
networking.nameservers = [ "127.0.0.1" ];
};
}

0 comments on commit 83efdb5

Please sign in to comment.