nix-infra/config/hosts/git/default.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

14 lines
178 B
Nix

{ config, pkgs, ... }:
{
imports = [
./configuration.nix
./forgejo.nix
./networking.nix
./nginx.nix
./opensearch.nix
./redis.nix
./sops.nix
];
}