Merge branch 'nixops' of ssh://git.fudo.org:2222/fudosys/NixOS into nixops

This commit is contained in:
Root 2021-04-12 14:54:00 -07:00
commit 3181332bda
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,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;