nixos: Set up remote printing
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 27m42s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 27m42s
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user