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;