nix-infra/config/hosts/forgejo-actions-runner/sops.nix

8 lines
68 B
Nix
Raw Normal View History

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