nix-infra/config/hosts/git/sops.nix
June 88e3da11a6
Introduce sops and sops-nix for secret management
Use the GPG keys used for the password-store noc directory for the admin
keys.
Switch the git hosts secret management from colmena to sops-nix.

https://github.com/getsops/sops
https://github.com/Mic92/sops-nix
2024-05-25 16:47:34 +02:00

8 lines
68 B
Nix

{ ... }:
{
sops = {
defaultSopsFile = ./secrets.yaml;
};
}