sops

sops 3.13.1

Simple and flexible tool for managing secrets

https://getsops.io/
Mozilla Public License 2.0
main program: sopsprograms: sops
Platforms (31)
i686-linuxmips64el-linuxs390-linuxarmv5tel-linuxmips64-linuxi686-freebsdriscv64-linuxx86_64-freebsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  sops
];
Ad-hoc shell
nix-shell -p sops
Flake (nix run)
nix run nixpkgs#sops