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