Merge branch 'nixops' of ssh://git.fudo.org:2222/fudosys/NixOS into nixops
This commit is contained in:
commit
3181332bda
@ -149,6 +149,7 @@ in {
|
|||||||
in {
|
in {
|
||||||
networking = {
|
networking = {
|
||||||
hostName = config.instance.hostname;
|
hostName = config.instance.hostname;
|
||||||
|
domain = domain-name;
|
||||||
nameservers = site.nameservers;
|
nameservers = site.nameservers;
|
||||||
# This will cause a loop on the gateway itself
|
# This will cause a loop on the gateway itself
|
||||||
#defaultGateway = site.gateway-v4;
|
#defaultGateway = site.gateway-v4;
|
||||||
|
Loading…
Reference in New Issue
Block a user