add nebula
This commit is contained in:
parent
0e480bb6b6
commit
2f7a6c1bbe
6 changed files with 153 additions and 0 deletions
|
@ -6,4 +6,5 @@
|
|||
tailpipe = import ../../hosts/tailpipe/configuration.nix;
|
||||
dyon = import ../../hosts/dyon/configuration.nix;
|
||||
kaon = import ../../hosts/kaon/configuration.nix;
|
||||
nebula = import ../../hosts/nebula/configuration.nix;
|
||||
}
|
|
@ -20,4 +20,7 @@
|
|||
kaon = { config, pkgs, ... }:{
|
||||
deployment.targetHost = "kaon.net.entr0py.de";
|
||||
};
|
||||
nebula = { config, pkgs, ... }:{
|
||||
deployment.targetHost = "nebula.net.entr0py.de";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue