chore(motion): clean up settings

This commit is contained in:
arcnmx 2024-06-09 11:21:15 -07:00
parent 690f86b3bd
commit f24b9582f7
4 changed files with 134 additions and 47 deletions

View file

@ -39,6 +39,15 @@ in {
#jack.enable = true;
};
services.motion.cameras.webcam = {
#enable = false;
settings = {
videodevice = "/dev/video0";
camera_id = 2;
text_left = "logistics";
};
};
users.users.logistics = {
uid = 1000;
isNormalUser = true;