Add fimbria
This commit is contained in:
parent
a8fb0bf494
commit
ddacf126cb
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
description = "Seattle Gateway Server.";
|
||||||
|
rp = "niten";
|
||||||
|
admin-email = "niten@fudo.org";
|
||||||
|
domain = "sea.fudo.org";
|
||||||
|
site = "seattle";
|
||||||
|
profile = "server";
|
||||||
|
tmp-on-tmpfs = true;
|
||||||
|
arch = "x86_64-linux";
|
||||||
|
nixos-system = true;
|
||||||
|
machine-id = "8b9d72d3cf174137b4cb3f3aaca6ded8";
|
||||||
|
master-key = {
|
||||||
|
public-key =
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBeYpIMPm71nND0g33KX6GrSPvToiXww3ZQBWsHE0fhk";
|
||||||
|
key-path = "/state/master-key/key";
|
||||||
|
};
|
||||||
|
hardened = true;
|
||||||
|
}
|
|
@ -29,45 +29,10 @@ in {
|
||||||
|
|
||||||
srv-records = {
|
srv-records = {
|
||||||
tcp = {
|
tcp = {
|
||||||
# domain = [{
|
|
||||||
# port = 53;
|
|
||||||
# host = "limina.sea.fudo.org";
|
|
||||||
# }];
|
|
||||||
# kerberos = [{
|
|
||||||
# port = 88;
|
|
||||||
# host = "france.fudo.org";
|
|
||||||
# }];
|
|
||||||
# kerberos-adm = [{
|
|
||||||
# port = 88;
|
|
||||||
# host = "france.fudo.org";
|
|
||||||
# }];
|
|
||||||
ssh = [{
|
ssh = [{
|
||||||
port = 22;
|
port = 22;
|
||||||
host = "limina.sea.fudo.org";
|
host = "limina.sea.fudo.org";
|
||||||
}];
|
}];
|
||||||
# ldap = [{
|
|
||||||
# port = 389;
|
|
||||||
# host = "france.fudo.org";
|
|
||||||
# }];
|
|
||||||
};
|
|
||||||
|
|
||||||
udp = {
|
|
||||||
# domain = [{
|
|
||||||
# port = 53;
|
|
||||||
# host = "limina.sea.fudo.org";
|
|
||||||
# }];
|
|
||||||
# kerberos = [{
|
|
||||||
# port = 88;
|
|
||||||
# host = "france.fudo.org";
|
|
||||||
# }];
|
|
||||||
# kerboros-master = [{
|
|
||||||
# port = 88;
|
|
||||||
# host = "france.fudo.org";
|
|
||||||
# }];
|
|
||||||
# kpasswd = [{
|
|
||||||
# port = 464;
|
|
||||||
# host = "france.fudo.org";
|
|
||||||
# }];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -76,6 +41,7 @@ in {
|
||||||
ipv4-address = "10.0.0.1";
|
ipv4-address = "10.0.0.1";
|
||||||
mac-address = "02:fd:79:94:a2:a8";
|
mac-address = "02:fd:79:94:a2:a8";
|
||||||
};
|
};
|
||||||
|
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