Switch from limina to fimbria for gw!
This commit is contained in:
parent
2702e5b50f
commit
6db9115c58
|
@ -15,7 +15,7 @@
|
||||||
postgresql-server = "nostromo";
|
postgresql-server = "nostromo";
|
||||||
kerberos-master = "nostromo";
|
kerberos-master = "nostromo";
|
||||||
|
|
||||||
prometheus-hosts = [ "limina" ];
|
prometheus-hosts = [ "fimbria" ];
|
||||||
grafana-hosts = [ "nostromo" ];
|
grafana-hosts = [ "nostromo" ];
|
||||||
log-aggregator = "nostromo";
|
log-aggregator = "nostromo";
|
||||||
backplane = {
|
backplane = {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
servers = [ "nutboy3" "legatus" ];
|
servers = [ "germany" "legatus" ];
|
||||||
dns-servers = [ "legatus" ];
|
dns-servers = [ "legatus" "germany" ];
|
||||||
gssapi-realm = "FUDO.ORG";
|
gssapi-realm = "FUDO.ORG";
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
];
|
];
|
||||||
enable-distributed-builds = false;
|
enable-distributed-builds = false;
|
||||||
mail-server = "mail.fudo.org";
|
mail-server = "mail.fudo.org";
|
||||||
local-gateway = "limina";
|
local-gateway = "fimbria";
|
||||||
nexus.domains = [ "fudo.link" ];
|
nexus.domains = [ "fudo.link" ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
let local-domain = "sea.fudo.org";
|
let local-domain = "sea.fudo.org";
|
||||||
in {
|
in {
|
||||||
aliases = {
|
aliases = {
|
||||||
chat = "limina";
|
#chat = "limina";
|
||||||
deploy = "socrates";
|
deploy = "lambda";
|
||||||
#dns-hole = "limina";
|
#dns-hole = "limina";
|
||||||
#gateway = "limina";
|
#gateway = "limina";
|
||||||
factorio = "toothless";
|
factorio = "toothless";
|
||||||
#hole = "limina";
|
#hole = "limina";
|
||||||
home = "lambda";
|
home = "wormhole0";
|
||||||
home-assist = "wormhole0";
|
home-assist = "wormhole0";
|
||||||
ipfs = "nostromo";
|
# ipfs = "nostromo";
|
||||||
# kadmin = "nostromo";
|
# kadmin = "nostromo";
|
||||||
# kdc = "nostromo";
|
# kdc = "nostromo";
|
||||||
minecraft = "nostromo";
|
minecraft = "nostromo";
|
||||||
survival = "toothless";
|
survival = "toothless";
|
||||||
creative = "nostromo";
|
creative = "nostromo";
|
||||||
music = "doraemon";
|
# music = "doraemon";
|
||||||
node-red = "wormhole0";
|
node-red = "wormhole0";
|
||||||
#panopticon = "lambda";
|
#panopticon = "lambda";
|
||||||
#panopticon-od = "lambda";
|
#panopticon-od = "lambda";
|
||||||
|
@ -27,21 +27,24 @@ in {
|
||||||
tesla-graph = "wormhole0";
|
tesla-graph = "wormhole0";
|
||||||
};
|
};
|
||||||
|
|
||||||
srv-records = {
|
# srv-records = {
|
||||||
tcp = {
|
# tcp = {
|
||||||
ssh = [{
|
# ssh = [{
|
||||||
port = 22;
|
# port = 22;
|
||||||
host = "limina.sea.fudo.org";
|
# host = "limina.sea.fudo.org";
|
||||||
}];
|
# }];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
hosts = {
|
hosts = {
|
||||||
limina = {
|
# limina = {
|
||||||
|
# ipv4-address = "10.0.0.1";
|
||||||
|
# mac-address = "02:fd:79:94:a2:a8";
|
||||||
|
# };
|
||||||
|
fimbria = {
|
||||||
ipv4-address = "10.0.0.1";
|
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 = {
|
switch-master = {
|
||||||
ipv4-address = "10.0.0.5";
|
ipv4-address = "10.0.0.5";
|
||||||
mac-address = "00:14:1C:B6:BB:40";
|
mac-address = "00:14:1C:B6:BB:40";
|
||||||
|
|
Loading…
Reference in New Issue