mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
12 lines
226 B
Nix
12 lines
226 B
Nix
{
|
|
gensokyo-zone,
|
|
...
|
|
}: let
|
|
inherit (gensokyo-zone.lib) mapDefaults;
|
|
in {
|
|
services.motion.cameras.webcam.settings = mapDefaults {
|
|
videodevice = "/dev/video0";
|
|
camera_id = 3;
|
|
text_left = "logistics";
|
|
};
|
|
}
|