tangled
alpha
login
or
join now
kris.darkworld.download
/
nix
1
fork
atom
My NixOS configurations + dotfiles
1
fork
atom
overview
issues
pulls
pipelines
fixxxxxxxxx
kris.darkworld.download
3 months ago
8a8aba26
78261ba5
verified
This commit was signed with the committer's
known signature
.
kris.darkworld.download
SSH Key Fingerprint:
SHA256:88mOivxa70ackJgNRWBnyDvJrRlRIpknTvzWvQuK1Pk=
+1
1 changed file
expand all
collapse all
unified
split
hosts
server
configuration.nix
+1
hosts/server/configuration.nix
···
64
64
enableAuth = false;
65
65
package = pkgs.mongodb-ce;
66
66
replSetName = "rs0"; # dangerous
67
67
+
bind_ip = "0.0.0.0";
67
68
};
68
69
69
70
networking.firewall = {