feat(octoprint): motion and notifs

This commit is contained in:
arcnmx 2024-07-14 18:44:05 -07:00
parent 6bf729ffe9
commit 7fe6d48ff0
11 changed files with 263 additions and 47 deletions

View file

@ -0,0 +1,12 @@
{
gensokyo-zone,
...
}: let
inherit (gensokyo-zone.lib) mapDefaults;
in {
services.motion.cameras.webcam.settings = mapDefaults {
videodevice = "/dev/video0";
camera_id = 3;
text_left = "logistics";
};
}