chore: add envsubst to allow for dev-scripts to install

This commit is contained in:
Nickolaj Jepsen 2025-03-31 09:54:35 +02:00
parent 664694128a
commit 71f9b22346
3 changed files with 11 additions and 0 deletions

View file

@ -12,6 +12,10 @@
hostname = "192.168.2.6";
proxyJump = lib.mkForce null;
};
"clickhouse.ao" = {
hostname = "51.158.205.48";
proxyJump = "bastion.ao";
};
"server" = {
proxyJump = "bastion.ao";
};