From fd683bb7e6b9f56d6753060f3bcb5d15f78363c6 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 26 Sep 2023 23:16:51 -0700 Subject: [PATCH] service -> server --- mail-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [