Fix sendmail path

For dropped commits, but keep it in the future
This commit is contained in:
Sandro - 2023-02-12 19:34:30 +01:00
parent 49ea0727fd
commit e0085cabf3
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ in
config = mkOption {
type = types.lines;
default = builtins.readFile ./config/settings.yml;
default = builtins.readFile ./config/settings.yml + ''
sendmail-location: "/run/wrappers/bin/sendmail"
'';
description = "Configuration for Yammat";
};
};