refactor(nix): remove orion as a deployable node
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 44s

Orion doesn't even run SSH... kinda pointless.
This commit is contained in:
Price Hiller 2024-08-25 00:33:10 -05:00
parent dfd36e1d30
commit 2a3ed69ceb
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -255,15 +255,6 @@
deploy-rs = inputs.deploy-rs;
in
{
orion = {
hostname = "orion";
fastConnection = true;
profiles.system = {
sshUser = "price";
user = "root";
path = deploy-rs.lib.x86_64-linux.activate.nixos outputs.nixosConfigurations.orion;
};
};
luna = {
hostname = "luna.hosts.orion-technologies.io";
fastConnection = true;