Merge pull request #87016 from flokli/nsswitch-cleanup

nixos/nsswitch cleanup nss modules
This commit is contained in:
Florian Klink
2020-05-14 14:55:43 +02:00
committed by GitHub
7 changed files with 32 additions and 52 deletions
@@ -224,6 +224,7 @@ in
(mkIf cfg.enable {
system.nssModules = optional cfg.nsswins samba;
system.nssDatabases.hosts = optional cfg.nsswins "wins";
systemd = {
targets.samba = {