mastodon: remove unnecessary configurations
This commit is contained in:
		
							parent
							
								
									7f8b98c153
								
							
						
					
					
						commit
						a0531650c6
					
				
					 1 changed files with 2 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -1,16 +1,10 @@
 | 
			
		|||
{ config, pkgs, inputs, ... }: {
 | 
			
		||||
  services.mastodon = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    localDomain = "social.lelgenio.xyz";
 | 
			
		||||
    configureNginx = true;
 | 
			
		||||
    localDomain = "social.lelgenio.xyz";
 | 
			
		||||
    smtp.fromAddress = "lelgenio@disroot.org";
 | 
			
		||||
    extraConfig.SINGLE_USER_MODE = "true";
 | 
			
		||||
    streamingProcesses = 2;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
 | 
			
		||||
    forceSSL = true;
 | 
			
		||||
    enableACME = true;
 | 
			
		||||
    extraConfig.SINGLE_USER_MODE = "true";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue