nixfiles/nixos/servers/grafana-stack/secrets.nix
2023-11-19 11:00:57 -08:00

13 lines
237 B
Nix

_: {
sops.secrets.telegraf_api_key = {
format = "yaml";
sopsFile = ./secrets.yaml;
};
sops.secrets.home_assistant_api_key = {
format = "yaml";
sopsFile = ./secrets.yaml;
};
scalpels = [
./scalpel.nix
];
}