feat: new host 'orion'
This commit is contained in:
parent
3f43173838
commit
fef103bfae
@ -89,6 +89,11 @@
|
|||||||
hostModuleDir = ./hosts;
|
hostModuleDir = ./hosts;
|
||||||
hosts = {
|
hosts = {
|
||||||
NixOS-VM.system = "x86_64-linux";
|
NixOS-VM.system = "x86_64-linux";
|
||||||
|
# home-hypervisor
|
||||||
|
orion = {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
useHomeManager = false;
|
||||||
|
};
|
||||||
# VPS
|
# VPS
|
||||||
redshift = {
|
redshift = {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
@ -191,6 +196,9 @@
|
|||||||
} conf;
|
} conf;
|
||||||
in
|
in
|
||||||
builtins.mapAttrs mkDeploy {
|
builtins.mapAttrs mkDeploy {
|
||||||
|
orion = {
|
||||||
|
hostname = "10.10.10.10";
|
||||||
|
};
|
||||||
redshift = {
|
redshift = {
|
||||||
hostname = "104.164.54.197";
|
hostname = "104.164.54.197";
|
||||||
fastConnection = false;
|
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