Monorepo for Tangled tangled.org

nix/vm: make vm more configurable #701

closed opened by boltless.me targeting master from sandboxed-atmosphere

knot/spindle hostname, plc/jetstream endpoints are all configurable with environment variables now

Signed-off-by: Seongmin Lee git@boltless.me

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:xasnlahkri4ewmbuzly2rlc5/sh.tangled.repo.pull/3m3sa6t263b22
+3 -1
Interdiff #0 #1
+3 -1
nix/vm.nix
··· 13 13 envVarOr = name: default: let 14 14 var = builtins.getEnv name; 15 15 in 16 - if var != "" then var else default; 16 + if var != "" 17 + then var 18 + else default; 17 19 18 20 plcUrl = envVarOr "TANGLED_VM_PLC_URL" "https://plc.directory"; 19 21 jetstream = envVarOr "TANGLED_VM_JETSTREAM_ENDPOINT" "wss://jetstream1.us-west.bsky.network/subscribe";

History

9 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
nix/vm: make vm more configurable
expand 0 comments
closed without merging
1 commit
expand
nix/vm: make vm more configurable
expand 0 comments
1 commit
expand
nix/vm: make vm more configurable
expand 0 comments
1 commit
expand
nix/vm: make vm more configurable
expand 0 comments
1 commit
expand
nix/vm: make vm more configurable
expand 0 comments
1 commit
expand
nix/vm: make vm more configurable
expand 0 comments
1 commit
expand
nix/vm: make vm more configurable
expand 0 comments
1 commit
expand
nix/vm: make vm more configurable
expand 0 comments
1 commit
expand
nix/vm: make vm more configurable
expand 0 comments