mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(fluidd): integrate into access
it's just a static file overlay on top of moonraker
This commit is contained in:
parent
41f2fcd403
commit
e4d9ebf56e
6 changed files with 117 additions and 54 deletions
|
|
@ -6,17 +6,13 @@ _: {
|
|||
];
|
||||
exports = {
|
||||
services = {
|
||||
nginx = {
|
||||
enable = true;
|
||||
ports.proxied.enable = true;
|
||||
};
|
||||
nginx.enable = true;
|
||||
motion = {
|
||||
id = "kitchen";
|
||||
enable = true;
|
||||
ports.stream.port = 41081;
|
||||
};
|
||||
moonraker.enable = true;
|
||||
fluidd.enable = true;
|
||||
};
|
||||
};
|
||||
network.networks = {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ in {
|
|||
nixos.cameras.logistics-webcam
|
||||
nixos.klipper
|
||||
nixos.moonraker
|
||||
nixos.fluidd
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue