Oops, define target file

This commit is contained in:
niten 2024-05-28 11:45:05 -07:00
parent 79540cf3c6
commit d387167dec
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ in {
parisSssdEnv = {
source-file = pkgs.writeText "paris-sssd.env"
"LDAP_DEFAULT_AUTHTOKEN=${readFile cfg.ldap.bind-token-file}";
target-file = "/run/paris/sssd.env";
};
};