Add esphome host
This commit is contained in:
parent
5803c6ddc6
commit
26a1fe0e84
5 changed files with 82 additions and 0 deletions
14
flake.nix
14
flake.nix
|
@ -95,6 +95,20 @@
|
|||
];
|
||||
};
|
||||
|
||||
esphome = {
|
||||
deployment = {
|
||||
targetHost = "esphome.z9.ccchh.net";
|
||||
targetPort = 22;
|
||||
targetUser = "colmena-deploy";
|
||||
tags = [ "thinkcccluster" ];
|
||||
};
|
||||
imports = [
|
||||
./config/common
|
||||
./config/proxmox-vm
|
||||
./config/hosts/esphome
|
||||
];
|
||||
};
|
||||
|
||||
public-reverse-proxy = {
|
||||
deployment = {
|
||||
targetHost = "public-reverse-proxy.z9.ccchh.net";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue