Lists are comma-separated
This commit is contained in:
parent
590bc0abf2
commit
54d8c7d49d
|
@ -260,8 +260,8 @@ in {
|
|||
sssd = {
|
||||
config_file_version = 2;
|
||||
reconnection_retries = 3;
|
||||
services = concatStringsSep " " [ "nss" "pam" "ssh" ];
|
||||
domains = concatStringsSep " " [ cfg.ldap.domain ];
|
||||
services = concatStringsSep ", " [ "nss" "pam" "ssh" ];
|
||||
domains = concatStringsSep ", " [ cfg.ldap.domain ];
|
||||
};
|
||||
|
||||
pam = { reconnection_retries = 3; };
|
||||
|
|
Loading…
Reference in New Issue