feat(manifest): add hephaestus

This commit is contained in:
Mohammad Rafiq 2025-07-14 12:23:47 +08:00
parent 7866bc5bc7
commit 25cb9a6ff8
No known key found for this signature in database
2 changed files with 80 additions and 73 deletions

View file

@ -7,11 +7,18 @@
shell = "fish"; shell = "fish";
pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdsZyY3gu8IGB8MzMnLdh+ClDxQQ2RYG9rkeetIKq8n rafiq"; pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdsZyY3gu8IGB8MzMnLdh+ClDxQQ2RYG9rkeetIKq8n rafiq";
}; };
hosts.darwin.venus = { hosts = {
darwin = {
venus = {
graphical = true; graphical = true;
machine.platform = "intel"; machine.platform = "intel";
}; };
hosts.nixos = { hephaestus = {
graphical = true;
machine.platform = "apple-silicon";
};
};
nixos = {
nemesis = { nemesis = {
graphical = true; graphical = true;
machine = { machine = {
@ -93,4 +100,5 @@
}; };
}; };
}; };
};
} }

View file

@ -21,5 +21,4 @@
{ {
nixpkgs.hostPlatform = "${arch}-darwin"; nixpkgs.hostPlatform = "${arch}-darwin";
}; };
} }