Bind sssd env into paris

This commit is contained in:
niten 2024-06-03 11:30:07 -07:00
parent ab90edde10
commit f4ba577185
1 changed files with 4 additions and 0 deletions

View File

@ -175,6 +175,10 @@ in {
hostPath = "${cfg.state-directory}/home";
isReadOnly = false;
};
"/run/paris/ldap.env" = {
hostPath = hostSecrets.parisSssdEnv.target-file;
isReadOnly = true;
};
} // (listToAttrs (map (keypair:
nameValuePair "/run/openssh/keys/${keypairFilename keypair}" {
hostPath = "/run/paris/openssh/${keypairFilename keypair}";