Compare commits
No commits in common. "44e3a3011a47703eb099b2b5b82d026053ef41e3" and "7bd5b8cbdf0bd5b3f216a08fbc58004f91b3a3d5" have entirely different histories.
44e3a3011a
...
7bd5b8cbdf
@ -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 {
|
||||
|
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user