Update ACME email setting
This commit is contained in:
		
							parent
							
								
									1e05e3c675
								
							
						
					
					
						commit
						ae60890767
					
				@ -52,7 +52,7 @@ in
 | 
				
			|||||||
    config.systemd.services = mkIf cfg.enable (mkMerge services);
 | 
					    config.systemd.services = mkIf cfg.enable (mkMerge services);
 | 
				
			||||||
    config.security.acme = mkIf (cfg.enable && anySsl) {
 | 
					    config.security.acme = mkIf (cfg.enable && anySsl) {
 | 
				
			||||||
      # If any site uses SSL, enable ACME and accept terms.
 | 
					      # If any site uses SSL, enable ACME and accept terms.
 | 
				
			||||||
      email = "danila.fedorin@gmail.com";
 | 
					      defaults.email = "danila.fedorin@gmail.com";
 | 
				
			||||||
      acceptTerms = true;
 | 
					      acceptTerms = true;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user