diff --git a/nixos-module.nix b/nixos-module.nix index 700e983..21deefc 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -21,7 +21,9 @@ in config = mkOption { type = types.lines; - default = builtins.readFile ./config/settings.yml; + default = builtins.readFile ./config/settings.yml + '' + sendmail-location: "/run/wrappers/bin/sendmail" + ''; description = "Configuration for Yammat"; }; };