Add jas & toothless

This commit is contained in:
2023-05-03 12:47:18 -07:00
parent 6938cc6fa1
commit e94e468dcf
3 changed files with 41 additions and 0 deletions
+16
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
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";
};
}