feat(motion): living

This commit is contained in:
arcnmx 2024-09-15 13:00:12 -07:00
parent 56b81f3d34
commit 44ab4225e5
6 changed files with 65 additions and 7 deletions

View file

@ -51,7 +51,7 @@ in {
};
virtualHosts = let
printerCams = [2];
kitchenCams = [1 3];
kitchenCams = [1 3 4];
mkSubFilter = port: path: ''
sub_filter '${port.protocol}://$host:${toString port.port}/' '${path}';
'';