nssModules: include correct systemd output

fixes libnss_myhost, libnss_mymachines, libnss_resolve are located here
This commit is contained in:
Jörg Thalheim 2016-12-15 15:04:46 +01:00
parent d5f92a319a
commit 3b763fef44

View File

@ -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 ];
};
}