Remove matrix sliding sync options as it is now part of matrix-synapse
This commit is contained in:
		
					parent
					
						
							
								154c98a25f
							
						
					
				
			
			
				commit
				
					
						ab301ab8e6
					
				
			
		
					 2 changed files with 1 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
{ config, ... }:
 | 
			
		||||
{ ... }:
 | 
			
		||||
{
 | 
			
		||||
  services.matrix-synapse = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
| 
						 | 
				
			
			@ -55,12 +55,4 @@
 | 
			
		|||
      "/secrets/matrix-keycloak-client-secret.secret"
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  services.matrix-sliding-sync = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      settings = {
 | 
			
		||||
        SYNCV3_SERVER = config.services.matrix-synapse.settings.public_baseurl;
 | 
			
		||||
      };
 | 
			
		||||
      environmentFile = "/secrets/matrix-SYNCV3_SECRET.secret";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -33,14 +33,6 @@
 | 
			
		|||
      permissions = "0640";
 | 
			
		||||
      uploadAt = "pre-activation";
 | 
			
		||||
    };
 | 
			
		||||
    "matrix-SYNCV3_SECRET.secret" = {
 | 
			
		||||
      keyCommand = keyCommandEnv ++ [ "pass" "matrix/SYNCV3_SECRET" ];
 | 
			
		||||
      destDir = "/secrets";
 | 
			
		||||
      user = "matrix-synapse";
 | 
			
		||||
      group = "matrix-synapse";
 | 
			
		||||
      permissions = "0640";
 | 
			
		||||
      uploadAt = "pre-activation";
 | 
			
		||||
    };
 | 
			
		||||
    "matrix-keycloak-client-secret.secret" = {
 | 
			
		||||
      keyCommand = keyCommandEnv ++ [ "pass" "matrix/keycloak-client-secret" ];
 | 
			
		||||
      destDir = "/secrets";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue