Correct ssd env file
This commit is contained in:
parent
e917a10cc0
commit
625def9947
|
@ -223,7 +223,7 @@ in {
|
|||
hostPath = "${cfg.state-directory}/home";
|
||||
isReadOnly = false;
|
||||
};
|
||||
"/run/paris/ldap.env" = {
|
||||
"/run/paris/sssd.env" = {
|
||||
hostPath = hostSecrets.parisSssdEnv.target-file;
|
||||
isReadOnly = true;
|
||||
};
|
||||
|
@ -255,7 +255,7 @@ in {
|
|||
sssd = {
|
||||
enable = true;
|
||||
kcm = true;
|
||||
environmentFile = hostSecrets.parisSssdEnv.target-file;
|
||||
environmentFile = "/run/paris/sssd.env";
|
||||
config = lib.generators.toINI { } {
|
||||
sssd = {
|
||||
config_file_version = 2;
|
||||
|
|
Loading…
Reference in New Issue