From 44f497632b642a1f571575e39b0472d6a12f713e Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 29 Apr 2023 20:56:33 +0200 Subject: [PATCH] deploy dns-2.hades --- nixos/hosts/hades/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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";