nixos-module: make sendmail available
This commit is contained in:
parent
5685fffd86
commit
fa81445701
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ in
|
|||
STATIC_DIR = "${yammat}/static";
|
||||
PGHOST = "";
|
||||
};
|
||||
# make sendmail available
|
||||
path = [ "/run/wrappers" ];
|
||||
serviceConfig = {
|
||||
User = cfg.user;
|
||||
Group = cfg.group;
|
||||
|
|
Loading…
Reference in a new issue