needed to remove acme stuff
This commit is contained in:
		
							parent
							
								
									3840de8fba
								
							
						
					
					
						commit
						47b0aeaee9
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -67,12 +67,12 @@ with lib;
 | 
			
		|||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  security.acme = {
 | 
			
		||||
    acceptTerms = true;
 | 
			
		||||
    defaults.email = "chris@cochrun.xyz";
 | 
			
		||||
    certs.${fqdn} = {
 | 
			
		||||
      webroot = "/var/lib/acme/acme-challenge/";
 | 
			
		||||
      extraDomainNames = [ "cochrun.xyz" ];
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
  # security.acme = {
 | 
			
		||||
  #   acceptTerms = true;
 | 
			
		||||
  #   defaults.email = "chris@cochrun.xyz";
 | 
			
		||||
  #   certs.${fqdn} = {
 | 
			
		||||
  #     webroot = "/var/lib/acme/acme-challenge/";
 | 
			
		||||
  #     extraDomainNames = [ "cochrun.xyz" ];
 | 
			
		||||
  #   };
 | 
			
		||||
  # };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue