diff --git a/nixos/hosts/hades/default.nix b/nixos/hosts/hades/default.nix index c27c658..a410647 100644 --- a/nixos/hosts/hades/default.nix +++ b/nixos/hosts/hades/default.nix @@ -46,6 +46,12 @@ profile = "dns"; tags = [ "networking" ]; }; + "dns-2" = { + ip = "192.168.0.108"; + mac = "56:C3:9C:A5:41:81"; + profile = "dns"; + tags = [ "networking" ]; + }; "MariaDB" = { ip = "192.168.0.109"; mac = "00:0c:29:23:4f:12";