ghost: fix rDNS lookup
This commit is contained in:
		
							parent
							
								
									a3e77a9661
								
							
						
					
					
						commit
						55ce6457c8
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,5 +1,6 @@
 | 
				
			||||||
{ pkgs, inputs, ... }: {
 | 
					{ pkgs, inputs, ... }: {
 | 
				
			||||||
  networking.hostName = "lelgenio.xyz";
 | 
					  # It's important to let Digital Ocean set the hostname so we get rDNS to work
 | 
				
			||||||
 | 
					  networking.hostName = "";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  imports = [
 | 
					  imports = [
 | 
				
			||||||
    inputs.nixos-mailserver.nixosModules.mailserver
 | 
					    inputs.nixos-mailserver.nixosModules.mailserver
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue