nixpkgs fmt
This commit is contained in:
parent
6ab7985a6a
commit
e37482ef0a
|
@ -15,23 +15,23 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
language = "German";
|
language = "German";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
WOWorkersCount = 10;
|
WOWorkersCount = 10;
|
||||||
SOGoUserSources = ({
|
SOGoUserSources = ({
|
||||||
type = ldap;
|
type = ldap;
|
||||||
CNFieldName = cn;
|
CNFieldName = cn;
|
||||||
UIDFieldName = uid;
|
UIDFieldName = uid;
|
||||||
baseDN = "ou = users, dc=ifsr, dc=de";
|
baseDN = "ou = users, dc=ifsr, dc=de";
|
||||||
bindDN = "uid=search, ou=users, dc=ifsr, dc=de";
|
bindDN = "uid=search, ou=users, dc=ifsr, dc=de";
|
||||||
bindPassword = ${config.sops.secrets.SOGo_ldap_search.path};
|
bindPassword = ${config.sops.secrets.SOGo_ldap_search.path};
|
||||||
hostname = "ldap://localhost";
|
hostname = "ldap://localhost";
|
||||||
canAuthenticate = YES;
|
canAuthenticate = YES;
|
||||||
id = directory;
|
id = directory;
|
||||||
|
|
||||||
});
|
});
|
||||||
SOGoProfileURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile";
|
SOGoProfileURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile";
|
||||||
SOGoFolderInfoURL = "postgreql://sogo:sogo@localhost:5432/sogo/sogo_folder_info";
|
SOGoFolderInfoURL = "postgreql://sogo:sogo@localhost:5432/sogo/sogo_folder_info";
|
||||||
OCSSessionsFolderURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder";
|
OCSSessionsFolderURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder";
|
||||||
|
|
||||||
''; # Hier ist bindPassword noch nicht vollständig
|
''; # Hier ist bindPassword noch nicht vollständig
|
||||||
vhostName = "${SOGo-hostname}";
|
vhostName = "${SOGo-hostname}";
|
||||||
timezone = "Europe/Berlin";
|
timezone = "Europe/Berlin";
|
||||||
|
|
Loading…
Reference in a new issue