add luxon
This commit is contained in:
parent
834b6d55e8
commit
9a3af6b326
5 changed files with 260 additions and 0 deletions
|
@ -7,4 +7,5 @@
|
|||
dyon = import ../../hosts/dyon/configuration.nix;
|
||||
kaon = import ../../hosts/kaon/configuration.nix;
|
||||
nebula = import ../../hosts/nebula/configuration.nix;
|
||||
luxon = import ../../hosts/luxon/configuration.nix;
|
||||
}
|
|
@ -4,23 +4,34 @@
|
|||
};
|
||||
geon = { config, pkgs, ... }:{
|
||||
deployment.targetHost = "geon.net.entr0py.de";
|
||||
hasFastConnection = true;
|
||||
};
|
||||
pion = { config, pkgs, ... }:{
|
||||
deployment.targetHost = "pion.net.entr0py.de";
|
||||
hasFastConnection = true;
|
||||
};
|
||||
scotty-router = { config, pkgs, ... }:{
|
||||
deployment.targetHost = "scotty-router";
|
||||
hasFastConnection = true;
|
||||
};
|
||||
tailpipe = { config, pkgs, ... }:{
|
||||
deployment.targetHost = "tailpipe.net.entr0py.de";
|
||||
hasFastConnection = true;
|
||||
};
|
||||
dyon = { config, pkgs, ... }:{
|
||||
deployment.targetHost = "dyon.net.entr0py.de";
|
||||
hasFastConnection = true;
|
||||
};
|
||||
kaon = { config, pkgs, ... }:{
|
||||
deployment.targetHost = "kaon.net.entr0py.de";
|
||||
hasFastConnection = true;
|
||||
};
|
||||
nebula = { config, pkgs, ... }:{
|
||||
deployment.targetHost = "nebula.net.entr0py.de";
|
||||
hasFastConnection = true;
|
||||
};
|
||||
luxon = { config, pkgs, ... }:{
|
||||
deployment.targetHost = "luxon.net.entr0py.de";
|
||||
hasFastConnection = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue