mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
stuff
This commit is contained in:
parent
c5bee6e258
commit
3694d97bba
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ in
|
||||||
"${homeMod}/services/drishti"
|
"${homeMod}/services/drishti"
|
||||||
{
|
{
|
||||||
services.kolu.host = "100.122.32.106"; # Tailscale IP of pureintent
|
services.kolu.host = "100.122.32.106"; # Tailscale IP of pureintent
|
||||||
|
# Browser origin differs from the Host kolu sees (served via Tailscale
|
||||||
|
# MagicDNS reverse proxy), so allow it for the CSWSH origin gate.
|
||||||
|
services.kolu.allowedOrigins = [ "https://pureintent.rooster-blues.ts.net" ];
|
||||||
# Watch the pu-managed CI fleet from here (only reachable from pureintent).
|
# Watch the pu-managed CI fleet from here (only reachable from pureintent).
|
||||||
services.drishti.hosts = [ "localhost" ] ++ ciHosts;
|
services.drishti.hosts = [ "localhost" ] ++ ciHosts;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue