mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(motion): clean up settings
This commit is contained in:
parent
690f86b3bd
commit
f24b9582f7
4 changed files with 134 additions and 47 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue