Switch from limina to fimbria for gw!
This commit is contained in:
parent
2702e5b50f
commit
6db9115c58
|
@ -15,7 +15,7 @@
|
|||
postgresql-server = "nostromo";
|
||||
kerberos-master = "nostromo";
|
||||
|
||||
prometheus-hosts = [ "limina" ];
|
||||
prometheus-hosts = [ "fimbria" ];
|
||||
grafana-hosts = [ "nostromo" ];
|
||||
log-aggregator = "nostromo";
|
||||
backplane = {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
servers = [ "nutboy3" "legatus" ];
|
||||
dns-servers = [ "legatus" ];
|
||||
servers = [ "germany" "legatus" ];
|
||||
dns-servers = [ "legatus" "germany" ];
|
||||
gssapi-realm = "FUDO.ORG";
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
];
|
||||
enable-distributed-builds = false;
|
||||
mail-server = "mail.fudo.org";
|
||||
local-gateway = "limina";
|
||||
local-gateway = "fimbria";
|
||||
nexus.domains = [ "fudo.link" ];
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue