Set the host domain name

This commit is contained in:
root 2021-04-12 14:41:08 -07:00
parent 02f38c9a36
commit 6f070a9963
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ in {
in {
networking = {
hostName = config.instance.hostname;
domain = domain-name;
nameservers = site.nameservers;
# This will cause a loop on the gateway itself
#defaultGateway = site.gateway-v4;