mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed names
This commit is contained in:
parent
df16533def
commit
1d0e1f736a
1 changed files with 5 additions and 5 deletions
|
|
@ -19,7 +19,7 @@ in
|
|||
settings = {
|
||||
mqtt.enabled = false;
|
||||
cameras = {
|
||||
"Doorbell" = {
|
||||
"doorbell" = {
|
||||
ffmpeg = {
|
||||
inputs = [
|
||||
{
|
||||
|
|
@ -33,7 +33,7 @@ in
|
|||
];
|
||||
};
|
||||
};
|
||||
"Living Room" = {
|
||||
"living_room" = {
|
||||
ffmpeg = {
|
||||
inputs = [
|
||||
{
|
||||
|
|
@ -47,7 +47,7 @@ in
|
|||
];
|
||||
};
|
||||
};
|
||||
"Kitchen" = {
|
||||
"kitchen" = {
|
||||
ffmpeg = {
|
||||
inputs = [
|
||||
{
|
||||
|
|
@ -61,7 +61,7 @@ in
|
|||
];
|
||||
};
|
||||
};
|
||||
"Parking Lot" = {
|
||||
"parking_lot" = {
|
||||
ffmpeg = {
|
||||
inputs = [
|
||||
{
|
||||
|
|
@ -75,7 +75,7 @@ in
|
|||
];
|
||||
};
|
||||
};
|
||||
"Porch" = {
|
||||
"porch" = {
|
||||
ffmpeg = {
|
||||
inputs = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue