[skip ci] fix: hadn't set teh env file properly
This commit is contained in:
parent
4f47de1501
commit
01b5be2660
1 changed files with 4 additions and 1 deletions
|
@ -83,7 +83,10 @@
|
|||
User = "${cfg.user}";
|
||||
Group = "${cfg.user}";
|
||||
ExecStart = "${self.defaultPackage."${system}"}/bin/${script}";
|
||||
EnvironmentFile = "${cfg.envFile}";
|
||||
EnvironmentFile = [
|
||||
"${cfg.env.ldap}"
|
||||
"${cfg.env.discord}"
|
||||
];
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue