mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(gatus): unique motion names
This commit is contained in:
parent
279230578f
commit
fd119a5337
2 changed files with 3 additions and 2 deletions
|
|
@ -8,9 +8,9 @@ _: {
|
|||
services = {
|
||||
nginx.enable = true;
|
||||
motion = {
|
||||
id = "kitchen";
|
||||
enable = true;
|
||||
ports.stream.port = 41081;
|
||||
id = "kitchen";
|
||||
displayName = "Motion/kitchen";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ _: {
|
|||
motion = {
|
||||
enable = true;
|
||||
id = "printercam";
|
||||
displayName = "Motion/printer";
|
||||
};
|
||||
moonraker.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue