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"
];
routersPubV4 = [
"109.255.108.88"
"109.255.108.121"
"109.255.31.155"
"109.255.252.63"
];
prefixes = with lib.my.net.cidr; rec {

View File

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