Compare commits

..

No commits in common. "44e3a3011a47703eb099b2b5b82d026053ef41e3" and "7bd5b8cbdf0bd5b3f216a08fbc58004f91b3a3d5" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -277,8 +277,8 @@ rec {
"stream" "stream"
]; ];
routersPubV4 = [ routersPubV4 = [
"109.255.108.88" "109.255.31.155"
"109.255.108.121" "109.255.252.63"
]; ];
prefixes = with lib.my.net.cidr; rec { prefixes = with lib.my.net.cidr; rec {

View File

@ -45,12 +45,12 @@
services = { services = {
mjpg-streamer = { mjpg-streamer = {
enable = false; enable = true;
inputPlugin = "input_uvc.so"; inputPlugin = "input_uvc.so";
outputPlugin = "output_http.so -w @www@ -n -p 5050"; outputPlugin = "output_http.so -w @www@ -n -p 5050";
}; };
octoprint = { octoprint = {
enable = false; enable = true;
host = "::"; host = "::";
extraConfig = { extraConfig = {
plugins = { plugins = {