Add fimbria

This commit is contained in:
niten 2023-10-21 11:28:06 -07:00
parent a8fb0bf494
commit ddacf126cb
2 changed files with 19 additions and 35 deletions

18
hosts/fimbria.nix Normal file
View File

@ -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;
}

View File

@ -29,45 +29,10 @@ in {
srv-records = {
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 = [{
port = 22;
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";
mac-address = "02:fd:79:94:a2:a8";
};
fimbria = { ipv4-address = "10.0.0.2"; };
switch-master = {
ipv4-address = "10.0.0.5";
mac-address = "00:14:1C:B6:BB:40";