Skip to content

Commit

Permalink
nssModules: include correct systemd output
Browse files Browse the repository at this point in the history
fixes libnss_myhost, libnss_mymachines, libnss_resolve are located here

(cherry picked from commit 3b763fe)
/cc #21175.  I confirm the libraries are located in .out on 16.09 as well.
  • Loading branch information
Mic92 authored and vcunat committed Dec 18, 2016
1 parent b5edcfc commit 84a3c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/config/nsswitch.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ in
# configured IP addresses, or ::1 and 127.0.0.2 as
# fallbacks. Systemd also provides nss-mymachines to return IP
# addresses of local containers.
system.nssModules = [ config.systemd.package ];
system.nssModules = [ config.systemd.package.out ];

};
}

0 comments on commit 84a3c52

Please sign in to comment.