Fix sendmail path
For dropped commits, but keep it in the future
This commit is contained in:
parent
160060d6d6
commit
e4b9e302e9
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ in
|
||||||
|
|
||||||
config = mkOption {
|
config = mkOption {
|
||||||
type = types.lines;
|
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";
|
description = "Configuration for Yammat";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue