ntfy-waiter: fix port typo in service description
This commit is contained in:
@@ -64,7 +64,7 @@ in
|
|||||||
protocol = [ "tcp" ];
|
protocol = [ "tcp" ];
|
||||||
visibleTo.lan = true;
|
visibleTo.lan = true;
|
||||||
visibleTo.wan = true;
|
visibleTo.wan = true;
|
||||||
description = "colin-notification-waiter-${builtins.toString (port+1)}-of-${builtins.toString numPorts}";
|
description = "colin-notification-waiter-${builtins.toString (port - portLow + 1)}-of-${builtins.toString numPorts}";
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
systemd.services = lib.mkMerge (builtins.map mkService portRange);
|
systemd.services = lib.mkMerge (builtins.map mkService portRange);
|
||||||
|
Reference in New Issue
Block a user