Merge branch 'master' into feat/nsd/dnssec

This commit is contained in:
Matthew Justin Bauer
2018-04-21 14:48:30 -05:00
committed by GitHub
8076 changed files with 279010 additions and 166503 deletions
@@ -11,6 +11,8 @@ let
# build nsd with the options needed for the given config
nsdPkg = pkgs.nsd.override {
configFile = "${configFile}/nsd.conf";
bind8Stats = cfg.bind8Stats;
ipv6 = cfg.ipv6;
ratelimit = cfg.ratelimit.enable;
@@ -885,6 +887,8 @@ in
config = mkIf cfg.enable {
environment.systemPackages = [ nsdPkg ];
users.extraGroups = singleton {
name = username;
gid = config.ids.gids.nsd;
@@ -970,4 +974,6 @@ in
};
};
meta.maintainers = with lib.maintainers; [ hrdinka ];
}