Add jas & toothless

This commit is contained in:
niten 2023-05-03 12:47:18 -07:00
parent 6938cc6fa1
commit e94e468dcf
3 changed files with 41 additions and 0 deletions

16
hosts/jas.nix Normal file
View File

@ -0,0 +1,16 @@
{
description = "Jasper's gaming desktop.";
rp = "niten";
admin-email = "niten@fudo.org";
enable-gui = true;
profile = "desktop";
domain = "sea.fudo.org";
site = "seattle";
arch = "x86_64-linux";
nixos-system = true;
machine-id = "";
master-key = {
public-key = "";
key-path = "/state/master-key/key";
};
}

17
hosts/toothless.nix Normal file
View File

@ -0,0 +1,17 @@
{
description = "sea.fudo.org compute server.";
rp = "niten";
admin-email = "niten@fudo.org";
enable-gui = false;
profile = "server";
domain = "sea.fudo.org";
site = "seattle";
arch = "x86_64-linux";
nixos-system = true;
machine-id = "39ebe622cf40413b950d832105e0bb2e";
master-key = {
public-key =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIQrT/X6qvurQ6GJ450PZaKLyolOVWqMXjRozLq9Gy/O";
key-path = "/state/master-key/key";
};
}

View File

@ -89,6 +89,10 @@ in {
ipv4-address = "10.0.0.11";
mac-address = "02:f5:fe:8c:22:fe";
};
toothless = {
ipv4-address = "10.0.0.12";
mac-address = "02:ee:76:17:99:ed";
};
socrates = {
ipv4-address = "10.0.0.20";
mac-address = "02:f2:30:b8:71:42";
@ -165,6 +169,10 @@ in {
ipv4-address = "10.0.0.111";
mac-address = "02:0d:df:2d:46:90";
};
jas = {
ipv4-address = "10.0.0.112";
mac-address = "02:e2:5c:60:08:51";
};
ubiquiti-wifi = {
ipv4-address = "10.0.0.126";
mac-address = "04:18:d6:20:48:fb";