mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
13 lines
237 B
Nix
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
|
|
];
|
|
}
|