refactor(nix): remove orion
as a deployable node
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 44s
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:
parent
dfd36e1d30
commit
2a3ed69ceb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user