diff --git a/hosts/ghost/email.nix b/hosts/ghost/email.nix index 39afdb6..8d3021b 100644 --- a/hosts/ghost/email.nix +++ b/hosts/ghost/email.nix @@ -1,5 +1,6 @@ { 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 = [ inputs.nixos-mailserver.nixosModules.mailserver