Hacker News new | ask | show | jobs
by flatiron 1846 days ago
i hope you aren't still using that shared secret
2 comments

Nix's IPFS support is for everything in the Nix store, which is world-readable and in which NixOS places no secrets. Options for managing secrets in/with Nix projects either encrypt them in the store or never have them touch the store (encrypted or otherwise).

Mutable state like database contents, including their password databases, don't go in the Nix store either.

Or the password for that Postgres user...