Bind sssd env into paris
This commit is contained in:
parent
ab90edde10
commit
f4ba577185
|
@ -175,6 +175,10 @@ in {
|
||||||
hostPath = "${cfg.state-directory}/home";
|
hostPath = "${cfg.state-directory}/home";
|
||||||
isReadOnly = false;
|
isReadOnly = false;
|
||||||
};
|
};
|
||||||
|
"/run/paris/ldap.env" = {
|
||||||
|
hostPath = hostSecrets.parisSssdEnv.target-file;
|
||||||
|
isReadOnly = true;
|
||||||
|
};
|
||||||
} // (listToAttrs (map (keypair:
|
} // (listToAttrs (map (keypair:
|
||||||
nameValuePair "/run/openssh/keys/${keypairFilename keypair}" {
|
nameValuePair "/run/openssh/keys/${keypairFilename keypair}" {
|
||||||
hostPath = "/run/paris/openssh/${keypairFilename keypair}";
|
hostPath = "/run/paris/openssh/${keypairFilename keypair}";
|
||||||
|
|
Loading…
Reference in New Issue