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";
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;