nixos/middleman: Remove config for Matrix sliding sync proxy
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				CI / Check, build and cache Nix flake (push) Failing after 6m29s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	CI / Check, build and cache Nix flake (push) Failing after 6m29s
				
			This commit is contained in:
		@@ -35,7 +35,6 @@ let
 | 
			
		||||
      # For clients
 | 
			
		||||
      (mkWellKnown "matrix/client" (toJSON {
 | 
			
		||||
        "m.homeserver".base_url = "https://matrix.nul.ie";
 | 
			
		||||
        "org.matrix.msc3575.proxy".url = "https://matrix-syncv3.nul.ie";
 | 
			
		||||
      }))
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
@@ -182,10 +181,6 @@ in
 | 
			
		||||
        ];
 | 
			
		||||
        useACMEHost = pubDomain;
 | 
			
		||||
      };
 | 
			
		||||
      "matrix-syncv3.${pubDomain}" = {
 | 
			
		||||
        locations."/".proxyPass = "http://chatterbox-ctr.${domain}:8009";
 | 
			
		||||
        useACMEHost = pubDomain;
 | 
			
		||||
      };
 | 
			
		||||
 | 
			
		||||
      "element.${pubDomain}" =
 | 
			
		||||
      let
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user