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

37 lines
769 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;
};
2024-07-27 10:53:55 +00:00
controld-config = {
file = ./controld/config.age;
path = "/var/lib/controld/ctrld.toml";
};
forgejo-actions-token = {
file = ./forgejo-actions/token.age;
};
2024-08-10 10:30:52 +00:00
# mosquitto-password-weewx-proxy = {
# file = ./mosquitto/passwordWeewxProxy.age;
# owner = "mosquitto";
# group = "mosquitto";
# };
#
# mosquitto-password-home-assistant = {
# file = ./mosquitto/passwordHomeAssistant.age;
# owner = "mosquitto";
# group = "mosquitto";
# };
2024-08-09 18:24:24 +00:00
2024-07-14 14:02:19 +00:00
deye-mqtt-config = {
file = ./deye-mqtt/config.age;
};
2023-06-14 19:55:35 +00:00
};
}