Want to create an interactive transcript for this episode?
Podcast: Chaos Computer Club - recent events feed
Episode: When Not to Nix: Working with External Config and SOPS Nix (nixcon2025)
Description: Nix has got so many bells and whistles to meet most of the requirements, staying declarative with modularised setup to allow code reuse. However, this comes with a bit of a challenge for those who are starting the Nix journey -- it can be quite complex, or at least so does it seem.
This talk focuses on some simpler approaches to use separate non-Nix files such as JSON, YAML and/or TOML for the configuration management. There are some gotchas around using file content, file as path, and potentially mixing and matching with Nix managed configs. The integration with other...