fix printer ip

This commit is contained in:
♥ Minnie ♥ 2024-10-18 09:01:24 +08:00
parent 0439a07ce8
commit 59509bd861
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -1,7 +1,7 @@
{...}: {
services.traefik.dynamicConfigOptions.http.services = {
ender1.loadBalancer.servers = [
{url = "http://192.168.50.201:80";}
{url = "http://192.168.50.202:80";}
];
};
}