feat(motion): kitchencam lives!

This commit is contained in:
arcnmx 2024-06-08 20:59:31 -07:00
parent fb5ffd50b9
commit 690f86b3bd
6 changed files with 185 additions and 7 deletions

View file

@ -21,11 +21,6 @@ _: {
enable = true;
ports.public.enable = false;
};
motion = {
id = "kitchen";
enable = true;
ports.stream.port = 41081;
};
};
};
# XXX: currently unplugged :<

View file

@ -4,6 +4,15 @@ _: {
modules = [
./nixos.nix
];
exports = {
services = {
motion = {
id = "kitchen";
enable = true;
ports.stream.port = 41081;
};
};
};
network.networks = {
local = {
slaac.postfix = "40c3:23df:e82a:b214";

View file

@ -12,6 +12,7 @@ in {
nixos.sops
nixos.base
nixos.barcodebuddy-scanner
nixos.kitchencam
./hardware-configuration.nix
];