diff --git a/ITD/Server_Inventory.csv b/ITD/Server_Inventory.csv index eabe2a7..5b3d8c0 100644 --- a/ITD/Server_Inventory.csv +++ b/ITD/Server_Inventory.csv @@ -18,4 +18,5 @@ SKYNET00016,optimus,Active,193.1.99.90,Debian-12,Games server manager (replacing SKYNET00017,bumblebee,Active,193.1.99.91,Debian-12,Game server - Minecraft SKYNET00018,calculon,Active,193.1.99.82,Nixos-24.05,"Public Services such as binary cache, Open Governance and Keyserver" SKYNET00019,deepthought,Active,193.1.99.112,Nixos-24.05,Backup Test Server using restic -SKYNET00020,ariia,Active,193.1.99.83,Nixos-24.05,"Metrics, Grafana and Prometheus" \ No newline at end of file +SKYNET00020,ariia,Active,193.1.99.83,Nixos-24.05,"Metrics, Grafana and Prometheus" +SKYNET00021,ash,Active,193.1.99.114,NA,Server Room Network access \ No newline at end of file diff --git a/config/dns.nix b/config/dns.nix index f4b0119..592ed3a 100644 --- a/config/dns.nix +++ b/config/dns.nix @@ -12,6 +12,13 @@ config = { skynet.records = [ + # wifi in server room + { + record = "ash"; + r_type = "A"; + value = "193.1.99.114"; + server = true; + } { record = "optimus"; r_type = "A";