ghost: fix rDNS lookup
This commit is contained in:
parent
a3e77a9661
commit
55ce6457c8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue