homelab/nixos/hosts/monitoring/sops.nix
2025-06-06 23:32:17 +02:00

7 lines
154 B
Nix

{ config, lib, ... }:
{
sops.secrets."telegram-alert-bot-token" = {
sopsFile = ../../secrets/telegram/secrets.yml;
owner = "prometheus";
};
}