sops

sops 3.13.3

Simple and flexible tool for managing secrets

https://getsops.io/
Mozilla Public License 2.0
main program: sopsprograms: sops
Platforms (30)
sh4-linuxarc-linuxpowerpc64-linuxarmv7l-linuxm68k-linuxaarch64-darwinpowerpc64le-linuxs390x-linux
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