nixos: Set up remote printing
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 27m42s

This commit is contained in:
2024-08-20 10:36:21 +01:00
parent 51c5578840
commit 8e9b750ac8
3 changed files with 36 additions and 13 deletions

View File

@@ -55,8 +55,8 @@
extraConfig = {
plugins = {
classicwebcam = {
snapshot = "http://${config.networking.fqdn}:5050/?action=snapshot";
stream = "http://${config.networking.fqdn}:5050/?action=stream";
snapshot = "/webcam/?action=snapshot";
stream = "/webcam/?action=stream";
streamRatio = "4:3";
};
};