diff --git a/domains/sea.fudo.org.nix b/domains/sea.fudo.org.nix index 9b682c7..aa8fffc 100644 --- a/domains/sea.fudo.org.nix +++ b/domains/sea.fudo.org.nix @@ -15,7 +15,7 @@ postgresql-server = "nostromo"; kerberos-master = "nostromo"; - prometheus-hosts = [ "limina" ]; + prometheus-hosts = [ "fimbria" ]; grafana-hosts = [ "nostromo" ]; log-aggregator = "nostromo"; backplane = { diff --git a/nexus/fudo.link.nix b/nexus/fudo.link.nix index 4c46957..01387ed 100644 --- a/nexus/fudo.link.nix +++ b/nexus/fudo.link.nix @@ -1,5 +1,5 @@ { - servers = [ "nutboy3" "legatus" ]; - dns-servers = [ "legatus" ]; + servers = [ "germany" "legatus" ]; + dns-servers = [ "legatus" "germany" ]; gssapi-realm = "FUDO.ORG"; } diff --git a/sites/seattle.nix b/sites/seattle.nix index 6fc9d5a..59e7e0d 100644 --- a/sites/seattle.nix +++ b/sites/seattle.nix @@ -10,6 +10,6 @@ ]; enable-distributed-builds = false; mail-server = "mail.fudo.org"; - local-gateway = "limina"; + local-gateway = "fimbria"; nexus.domains = [ "fudo.link" ]; } diff --git a/zones/sea.fudo.org.nix b/zones/sea.fudo.org.nix index 99664d9..935085f 100644 --- a/zones/sea.fudo.org.nix +++ b/zones/sea.fudo.org.nix @@ -1,21 +1,21 @@ let local-domain = "sea.fudo.org"; in { aliases = { - chat = "limina"; - deploy = "socrates"; + #chat = "limina"; + deploy = "lambda"; #dns-hole = "limina"; #gateway = "limina"; factorio = "toothless"; #hole = "limina"; - home = "lambda"; + home = "wormhole0"; home-assist = "wormhole0"; - ipfs = "nostromo"; + # ipfs = "nostromo"; # kadmin = "nostromo"; # kdc = "nostromo"; minecraft = "nostromo"; survival = "toothless"; creative = "nostromo"; - music = "doraemon"; + # music = "doraemon"; node-red = "wormhole0"; #panopticon = "lambda"; #panopticon-od = "lambda"; @@ -27,21 +27,24 @@ in { tesla-graph = "wormhole0"; }; - srv-records = { - tcp = { - ssh = [{ - port = 22; - host = "limina.sea.fudo.org"; - }]; - }; - }; + # srv-records = { + # tcp = { + # ssh = [{ + # port = 22; + # host = "limina.sea.fudo.org"; + # }]; + # }; + # }; hosts = { - limina = { + # limina = { + # ipv4-address = "10.0.0.1"; + # mac-address = "02:fd:79:94:a2:a8"; + # }; + fimbria = { ipv4-address = "10.0.0.1"; - mac-address = "02:fd:79:94:a2:a8"; + mac-address = "E4:3A:6E:61:C4:67"; }; - fimbria = { ipv4-address = "10.0.0.2"; }; switch-master = { ipv4-address = "10.0.0.5"; mac-address = "00:14:1C:B6:BB:40";