From 55ce6457c83fa476d41e2dc9641945ab876dcf8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 27 Mar 2024 13:50:23 -0300 Subject: [PATCH] ghost: fix rDNS lookup --- hosts/ghost/email.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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