service -> server

This commit is contained in:
niten 2023-09-26 23:16:51 -07:00
parent 1ac5d81fc3
commit fd683bb7e6
1 changed files with 1 additions and 1 deletions

View File

@ -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 [