mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(motion): kitchencam lives!
This commit is contained in:
parent
fb5ffd50b9
commit
690f86b3bd
6 changed files with 185 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ in {
|
|||
nixos.sops
|
||||
nixos.base
|
||||
nixos.barcodebuddy-scanner
|
||||
nixos.kitchencam
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue