Skip to content
TopicTracker
From michael.stapelberg.chView original
TranslationTranslation

Secret Management on NixOS with sops-nix

The article explains how to manage secrets on NixOS using sops-nix, which encrypts secrets at rest for secure sharing in Git repositories. It details setup steps including deriving age identities from SSH keys, configuring sops, and integrating with NixOS to make decrypted secrets available at runtime.