- tags:: Proj.了解如何安装 NixOS, Nix
- source:: Secret Management on NixOS with sops-nix
systemd 中使用 sops-nix
| title | Secret Management on NixOS with sops-nix |
| source | https://michael.stapelberg.ch/posts/2025-08-24-secret-management-with-sops-nix/ |
| author | Michael Stapelberg |
| published | — |
| created | 2026-02-16 |
| description | Passwords and secrets like cryptographic key files are everywhere in computing. When configuring a Linux system, sooner or later you will need to put a password somewhere — for example, when I migrated my existing Linux Network Storage (NAS) setup to NixOS, I needed to specify the desired Samba passwords in my NixOS config (or manage them manually, outside of NixOS). For personal computers, this is fine, but if the goal is to share system configurations (for example in a Git repository), we need a different solution: Secret Management. |
| tags | para/resource, code/capture |
| publish | |
| modified | 2026-02-19T18:41:34+08:00 |
1分钟阅读
systemd 中使用 sops-nix