From fd119a5337db0390b3be009a321d309a24ee4ba4 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Sat, 7 Sep 2024 15:39:57 -0700 Subject: [PATCH] fix(gatus): unique motion names --- systems/logistics/default.nix | 4 ++-- systems/sakuya/default.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/systems/logistics/default.nix b/systems/logistics/default.nix index f6cc31a4..d4149a85 100644 --- a/systems/logistics/default.nix +++ b/systems/logistics/default.nix @@ -8,9 +8,9 @@ _: { services = { nginx.enable = true; motion = { - id = "kitchen"; enable = true; - ports.stream.port = 41081; + id = "kitchen"; + displayName = "Motion/kitchen"; }; }; }; diff --git a/systems/sakuya/default.nix b/systems/sakuya/default.nix index 1d679e13..08a660e7 100644 --- a/systems/sakuya/default.nix +++ b/systems/sakuya/default.nix @@ -21,6 +21,7 @@ _: { motion = { enable = true; id = "printercam"; + displayName = "Motion/printer"; }; moonraker.enable = true; };