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
@@ -50,6 +50,7 @@ in
# enable the nss module, so user lookups etc. work
system.nssModules = [ package ];
system.nssDatabases.passwd = [ "cache_oslogin" "oslogin" ];
system.nssDatabases.group = [ "cache_oslogin" "oslogin" ];
# Ugly: sshd refuses to start if a store path is given because /nix/store is group-writable.
# So indirect by a symlink.