Lists aren't allowed in INI, apparently
This commit is contained in:
parent
a063049045
commit
79540cf3c6
|
@ -176,8 +176,8 @@ in {
|
|||
config_file_version = 2;
|
||||
reconnection_retries = 3;
|
||||
sbus_timeout = 30;
|
||||
services = [ "nss" "pam" "ssh" ];
|
||||
domains = [ cfg.ldap.domain ];
|
||||
services = concatStringsSep " " [ "nss" "pam" "ssh" ];
|
||||
domains = concatStringsSep " " [ cfg.ldap.domain ];
|
||||
};
|
||||
|
||||
pam = { reconnection_retries = 3; };
|
||||
|
|
Loading…
Reference in New Issue