Correct ssd env file

This commit is contained in:
niten 2024-06-05 11:26:37 -07:00
parent e917a10cc0
commit 625def9947
1 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ in {
hostPath = "${cfg.state-directory}/home"; hostPath = "${cfg.state-directory}/home";
isReadOnly = false; isReadOnly = false;
}; };
"/run/paris/ldap.env" = { "/run/paris/sssd.env" = {
hostPath = hostSecrets.parisSssdEnv.target-file; hostPath = hostSecrets.parisSssdEnv.target-file;
isReadOnly = true; isReadOnly = true;
}; };
@ -255,7 +255,7 @@ in {
sssd = { sssd = {
enable = true; enable = true;
kcm = true; kcm = true;
environmentFile = hostSecrets.parisSssdEnv.target-file; environmentFile = "/run/paris/sssd.env";
config = lib.generators.toINI { } { config = lib.generators.toINI { } {
sssd = { sssd = {
config_file_version = 2; config_file_version = 2;