ready for runners
This commit is contained in:
parent
fc9971ddc9
commit
7dd5043b5d
49 changed files with 2569 additions and 1085 deletions
7
nixos/hosts/monitoring/sops.nix
Normal file
7
nixos/hosts/monitoring/sops.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
sops.secrets."telegram-alert-bot-token" = {
|
||||
sopsFile = ../../secrets/telegram/secrets.yml;
|
||||
owner = "prometheus";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue