mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
6 lines
203 B
Nix
6 lines
203 B
Nix
{ config, lib, pkgs, user, ... }:
|
|
services.fluidd.enable = true;
|
|
services.fluidd.nginx.locations."/webcam".proxyPass = "http://127.0.0.1:8080/stream";
|
|
services.nginx.clientMaxBodySize = "1000m";
|
|
}
|