Fix sendmail path

For dropped commits, but keep it in the future
This commit is contained in:
Sandro Jäckel 2023-02-12 19:34:30 +01:00 committed by nek0
parent 160060d6d6
commit e4b9e302e9
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";
};
};