nixos/google-oslogin: Move nsswitch config into the module
Motivation: #86350
This commit is contained in:
@@ -49,6 +49,7 @@ in
|
||||
|
||||
# enable the nss module, so user lookups etc. work
|
||||
system.nssModules = [ package ];
|
||||
system.nssDatabases.passwd = [ "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.
|
||||
|
||||
Reference in New Issue
Block a user