add nebula

This commit is contained in:
garionion 2021-04-12 14:02:17 +02:00
parent 0e480bb6b6
commit 2f7a6c1bbe
Signed by: garionion
GPG key ID: 53352FA607FA681A
6 changed files with 153 additions and 0 deletions

View file

@ -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;
}

View file

@ -20,4 +20,7 @@
kaon = { config, pkgs, ... }:{
deployment.targetHost = "kaon.net.entr0py.de";
};
nebula = { config, pkgs, ... }:{
deployment.targetHost = "nebula.net.entr0py.de";
};
}