From fa81445701fd1026165f9b0a79f2dfe8db4a8213 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 7 Mar 2021 19:27:21 +0100 Subject: [PATCH] nixos-module: make sendmail available --- nixos-module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos-module.nix b/nixos-module.nix index 14a3256..6df27e1 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -48,6 +48,8 @@ in STATIC_DIR = "${yammat}/static"; PGHOST = ""; }; + # make sendmail available + path = [ "/run/wrappers" ]; serviceConfig = { User = cfg.user; Group = cfg.group;