Personal-use NixOS configuration
0
fork

Configure Feed

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

Coerce a boolean to a string

encode42 792afc7c e3fdc0e5

+1 -1
+1 -1
packages/server/web/network-optimizer.nix
··· 14 14 enable = true; 15 15 16 16 environment = { 17 - BIND_LOCALHOST_ONLY = true; 17 + BIND_LOCALHOST_ONLY = "true"; 18 18 }; 19 19 }; 20 20