feat: new host 'orion'
This commit is contained in:
parent
3f43173838
commit
fef103bfae
@ -89,6 +89,11 @@
|
||||
hostModuleDir = ./hosts;
|
||||
hosts = {
|
||||
NixOS-VM.system = "x86_64-linux";
|
||||
# home-hypervisor
|
||||
orion = {
|
||||
system = "x86_64-linux";
|
||||
useHomeManager = false;
|
||||
};
|
||||
# VPS
|
||||
redshift = {
|
||||
system = "x86_64-linux";
|
||||
@ -191,6 +196,9 @@
|
||||
} conf;
|
||||
in
|
||||
builtins.mapAttrs mkDeploy {
|
||||
orion = {
|
||||
hostname = "10.10.10.10";
|
||||
};
|
||||
redshift = {
|
||||
hostname = "104.164.54.197";
|
||||
fastConnection = false;
|
||||
|
4
hosts/orion/default.nix
Normal file
4
hosts/orion/default.nix
Normal file
@ -0,0 +1,4 @@
|
||||
{ ... }:
|
||||
{
|
||||
ataraxia.defaults.role = "server";
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user