fix(gatus): unique motion names

This commit is contained in:
arcnmx 2024-09-07 15:39:57 -07:00
parent 279230578f
commit fd119a5337
2 changed files with 3 additions and 2 deletions

View file

@ -8,9 +8,9 @@ _: {
services = {
nginx.enable = true;
motion = {
id = "kitchen";
enable = true;
ports.stream.port = 41081;
id = "kitchen";
displayName = "Motion/kitchen";
};
};
};

View file

@ -21,6 +21,7 @@ _: {
motion = {
enable = true;
id = "printercam";
displayName = "Motion/printer";
};
moonraker.enable = true;
};