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";
|
STATIC_DIR = "${yammat}/static";
|
||||||
PGHOST = "";
|
PGHOST = "";
|
||||||
};
|
};
|
||||||
|
# make sendmail available
|
||||||
|
path = [ "/run/wrappers" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = cfg.user;
|
User = cfg.user;
|
||||||
Group = cfg.group;
|
Group = cfg.group;
|
||||||
|
|
Loading…
Reference in a new issue