From e94e468dcf50e6a1ad647fcfccbd075e329f3099 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 3 May 2023 12:47:18 -0700 Subject: [PATCH] Add jas & toothless --- hosts/jas.nix | 16 ++++++++++++++++ hosts/toothless.nix | 17 +++++++++++++++++ zones/sea.fudo.org.nix | 8 ++++++++ 3 files changed, 41 insertions(+) create mode 100644 hosts/jas.nix create mode 100644 hosts/toothless.nix diff --git a/hosts/jas.nix b/hosts/jas.nix new file mode 100644 index 0000000..95cd9c3 --- /dev/null +++ b/hosts/jas.nix @@ -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"; + }; +} diff --git a/hosts/toothless.nix b/hosts/toothless.nix new file mode 100644 index 0000000..311729e --- /dev/null +++ b/hosts/toothless.nix @@ -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"; + }; +} diff --git a/zones/sea.fudo.org.nix b/zones/sea.fudo.org.nix index ef7452a..35a5519 100644 --- a/zones/sea.fudo.org.nix +++ b/zones/sea.fudo.org.nix @@ -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";