Compare commits
	
		
			2 Commits
		
	
	
		
			7bd5b8cbdf
			...
			44e3a3011a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 44e3a3011a | |||
| 45c972cca9 | 
@@ -277,8 +277,8 @@ rec {
 | 
			
		||||
      "stream"
 | 
			
		||||
    ];
 | 
			
		||||
    routersPubV4 = [
 | 
			
		||||
      "109.255.31.155"
 | 
			
		||||
      "109.255.252.63"
 | 
			
		||||
      "109.255.108.88"
 | 
			
		||||
      "109.255.108.121"
 | 
			
		||||
    ];
 | 
			
		||||
 | 
			
		||||
    prefixes = with lib.my.net.cidr; rec {
 | 
			
		||||
 
 | 
			
		||||
@@ -45,12 +45,12 @@
 | 
			
		||||
 | 
			
		||||
        services = {
 | 
			
		||||
          mjpg-streamer = {
 | 
			
		||||
            enable = true;
 | 
			
		||||
            enable = false;
 | 
			
		||||
            inputPlugin = "input_uvc.so";
 | 
			
		||||
            outputPlugin = "output_http.so -w @www@ -n -p 5050";
 | 
			
		||||
          };
 | 
			
		||||
          octoprint = {
 | 
			
		||||
            enable = true;
 | 
			
		||||
            enable = false;
 | 
			
		||||
            host = "::";
 | 
			
		||||
            extraConfig = {
 | 
			
		||||
              plugins = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user