nixos-module: make sendmail available

This commit is contained in:
Astro 2021-03-07 19:27:21 +01:00
parent 5685fffd86
commit fa81445701
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ in
STATIC_DIR = "${yammat}/static";
PGHOST = "";
};
# make sendmail available
path = [ "/run/wrappers" ];
serviceConfig = {
User = cfg.user;
Group = cfg.group;