Add jas & toothless
This commit is contained in:
parent
6938cc6fa1
commit
e94e468dcf
16
hosts/jas.nix
Normal file
16
hosts/jas.nix
Normal 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
17
hosts/toothless.nix
Normal 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";
|
||||||
|
};
|
||||||
|
}
|
@ -89,6 +89,10 @@ in {
|
|||||||
ipv4-address = "10.0.0.11";
|
ipv4-address = "10.0.0.11";
|
||||||
mac-address = "02:f5:fe:8c:22:fe";
|
mac-address = "02:f5:fe:8c:22:fe";
|
||||||
};
|
};
|
||||||
|
toothless = {
|
||||||
|
ipv4-address = "10.0.0.12";
|
||||||
|
mac-address = "02:ee:76:17:99:ed";
|
||||||
|
};
|
||||||
socrates = {
|
socrates = {
|
||||||
ipv4-address = "10.0.0.20";
|
ipv4-address = "10.0.0.20";
|
||||||
mac-address = "02:f2:30:b8:71:42";
|
mac-address = "02:f2:30:b8:71:42";
|
||||||
@ -165,6 +169,10 @@ in {
|
|||||||
ipv4-address = "10.0.0.111";
|
ipv4-address = "10.0.0.111";
|
||||||
mac-address = "02:0d:df:2d:46:90";
|
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 = {
|
ubiquiti-wifi = {
|
||||||
ipv4-address = "10.0.0.126";
|
ipv4-address = "10.0.0.126";
|
||||||
mac-address = "04:18:d6:20:48:fb";
|
mac-address = "04:18:d6:20:48:fb";
|
||||||
|
Loading…
Reference in New Issue
Block a user