nixos/home/hass: Basic Reolink camera setup
Some checks failed
CI / Check, build and cache nixfiles (push) Has been cancelled

This commit is contained in:
2025-03-15 01:07:12 +00:00
parent 69060dfbff
commit 05074a1fd9
4 changed files with 82 additions and 1 deletions

View File

@@ -153,6 +153,11 @@ in
hw-address = "80:30:49:cd:d7:51";
ip-address = net.cidr.host 44 prefixes.lo.v4;
}
{
# reolink-living-room
hw-address = "ec:71:db:30:69:a4";
ip-address = net.cidr.host 45 prefixes.lo.v4;
}
];
}
];