diff --git a/hosts/fw.cloonar.com/modules/networking.nix b/hosts/fw.cloonar.com/modules/networking.nix index 162b098..2c95f08 100644 --- a/hosts/fw.cloonar.com/modules/networking.nix +++ b/hosts/fw.cloonar.com/modules/networking.nix @@ -21,9 +21,14 @@ }; + services.resolved = { + enable = true; + domains = [ "~." ]; + fallbackDns = [ "10.42.97.2" ]; + } + networking = { useDHCP = false; - nameservers = [ "10.42.97.2" ]; # Define VLANS vlans = { infrastructure = {