Switch from limina to fimbria for gw!
This commit is contained in:
+19
-16
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user