tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
Coerce a boolean to a string
encode42.dev
1 month ago
792afc7c
e3fdc0e5
+1
-1
1 changed file
expand all
collapse all
unified
split
packages
server
web
network-optimizer.nix
+1
-1
packages/server/web/network-optimizer.nix
···
14
14
enable = true;
15
15
16
16
environment = {
17
17
-
BIND_LOCALHOST_ONLY = true;
17
17
+
BIND_LOCALHOST_ONLY = "true";
18
18
};
19
19
};
20
20