mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix: just add random addresses
Some checks failed
nodes / nodes-aya (push) Failing after 15s
nodes / nodes check (push) Failing after 49s
nodes / nodes-ct-meiling (push) Failing after 13s
nodes / nodes-ct-reisen (push) Failing after 12s
nodes / nodes-extern-test (push) Failing after 12s
nodes / nodes-gengetsu (push) Failing after 12s
nodes / nodes-hakurei (push) Failing after 13s
nodes / nodes-keycloak (push) Failing after 12s
nodes / nodes-kuwubernetes (push) Failing after 18s
nodes / nodes-litterbox (push) Failing after 12s
nodes / nodes-litterbox-2 (push) Failing after 12s
nodes / nodes-logistics (push) Failing after 11s
nodes / nodes-mediabox (push) Failing after 13s
nodes / nodes-minecraft (push) Failing after 12s
nodes / nodes-mugetsu (push) Failing after 12s
nodes / nodes-packages (push) Failing after 12s
nodes / nodes-reimu (push) Failing after 12s
nodes / nodes-tei (push) Failing after 12s
nodes / nodes-utsuho (push) Failing after 18s
Some checks failed
nodes / nodes-aya (push) Failing after 15s
nodes / nodes check (push) Failing after 49s
nodes / nodes-ct-meiling (push) Failing after 13s
nodes / nodes-ct-reisen (push) Failing after 12s
nodes / nodes-extern-test (push) Failing after 12s
nodes / nodes-gengetsu (push) Failing after 12s
nodes / nodes-hakurei (push) Failing after 13s
nodes / nodes-keycloak (push) Failing after 12s
nodes / nodes-kuwubernetes (push) Failing after 18s
nodes / nodes-litterbox (push) Failing after 12s
nodes / nodes-litterbox-2 (push) Failing after 12s
nodes / nodes-logistics (push) Failing after 11s
nodes / nodes-mediabox (push) Failing after 13s
nodes / nodes-minecraft (push) Failing after 12s
nodes / nodes-mugetsu (push) Failing after 12s
nodes / nodes-packages (push) Failing after 12s
nodes / nodes-reimu (push) Failing after 12s
nodes / nodes-tei (push) Failing after 12s
nodes / nodes-utsuho (push) Failing after 18s
This commit is contained in:
parent
2a0b6a2b8e
commit
318bb7185c
1 changed files with 3 additions and 3 deletions
|
|
@ -10,15 +10,15 @@ _: {
|
|||
];
|
||||
network.networks = {
|
||||
tail = {
|
||||
#address4 = "100.78.97.73";
|
||||
#address6 = "fd7a:115c:a1e0::d834:6149";
|
||||
address4 = "100.78.97.73";
|
||||
address6 = "fd7a:115c:a1e0::d834:6149";
|
||||
};
|
||||
};
|
||||
exports = {
|
||||
services = {
|
||||
promtail.enable = false;
|
||||
prometheus-exporters-node.enable = false;
|
||||
tailscale.enable = false;
|
||||
tailscale.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue