diff --git a/mail-server.nix b/mail-server.nix index 373b64b..9ce03e7 100644 --- a/mail-server.nix +++ b/mail-server.nix @@ -194,7 +194,7 @@ in { genService = { name, port, protocols ? [ "tcp" ] }: map (protocol: { inherit name; - service = "/usr/bin/env"; + server = "/usr/bin/env"; extraConfig = "redirect = 127.0.0.1 ${toString port}"; }) protocols; in concatMap genService [