Monorepo for Tangled tangled.org
6

Configure Feed

Select the types of activity you want to include in your feed.

nix/vm: remove `environmentFile` option from vm spindle service

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

author
Seongmin Lee
committer tangled.org date (Apr 3, 2026, 10:37 AM UTC) commit 235f99c9 parent e77ddd01 change-id wtssolqu
-1
-1
nix/vm.nix
··· 118 118 }; 119 119 services.tangled.spindle = { 120 120 enable = true; 121 - environmentFile = "/var/lib/spindle/.env"; 122 121 server = { 123 122 owner = envVar "TANGLED_VM_SPINDLE_OWNER"; 124 123 hostname = envVarOr "TANGLED_VM_SPINDLE_HOST" "localhost:6555";