1
0
Fork 0
dotfiles/agenix/hosts/neon/config.nix

26 lines
475 B
Nix
Raw Normal View History

2023-06-14 19:55:35 +00:00
{
age.secrets = {
user-daniel-password = {
file = ./user/danielPassword.age;
};
2024-03-21 20:23:04 +00:00
tailscale-authkey = {
file = ./tailscale/authkey.age;
};
forgejo-actions-token = {
file = ./forgejo-actions/token.age;
};
2023-06-14 19:55:35 +00:00
mosquitto-password-weewx-proxy = {
file = ./mosquitto/passwordWeewxProxy.age;
owner = "mosquitto";
group = "mosquitto";
};
2024-07-14 14:02:19 +00:00
deye-mqtt-config = {
file = ./deye-mqtt/config.age;
};
2023-06-14 19:55:35 +00:00
};
}