Merge pull request #41635 from spacefrogg/dbus-nss-fix

dbus: Add NSS modules path to dbus system bus service
This commit is contained in:
Matthew Bauer 2018-06-28 22:14:37 -04:00 committed by GitHub
commit 4a611a2ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,7 @@ in
# Don't restart dbus-daemon. Bad things tend to happen if we do.
reloadIfChanged = true;
restartTriggers = [ configDir ];
environment = { LD_LIBRARY_PATH = config.system.nssModules.path; };
};
systemd.user = {