2023-06-07 18:40:27 +00:00
|
|
|
{
|
|
|
|
age.secrets = {
|
|
|
|
user-daniel-password = {
|
|
|
|
file = ./user/danielPassword.age;
|
|
|
|
};
|
|
|
|
|
|
|
|
acme-credentials = {
|
|
|
|
file = ./acme/credentials.age;
|
|
|
|
owner = "acme";
|
|
|
|
group = "acme";
|
|
|
|
};
|
|
|
|
|
|
|
|
tailscale-authkey = {
|
|
|
|
file = ./tailscale/authkey.age;
|
|
|
|
};
|
|
|
|
|
2024-07-27 21:49:54 +00:00
|
|
|
controld-config = {
|
|
|
|
file = ./controld/config.age;
|
|
|
|
path = "/var/lib/controld/ctrld.toml";
|
|
|
|
};
|
|
|
|
|
2023-06-10 18:48:07 +00:00
|
|
|
adguardhome-sync-environment = {
|
|
|
|
file = ./adguardhome-sync/environment.age;
|
|
|
|
};
|
|
|
|
|
2023-09-14 17:39:10 +00:00
|
|
|
forgejo-actions-token = {
|
|
|
|
file = ./forgejo-actions/token.age;
|
|
|
|
};
|
|
|
|
|
2024-08-09 18:24:24 +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-09-06 08:54:21 +00:00
|
|
|
ups-primary-password = {
|
|
|
|
file = ./ups/primaryPassword.age;
|
|
|
|
};
|
|
|
|
|
2023-06-07 18:40:27 +00:00
|
|
|
weewx-proxy-environment = {
|
|
|
|
file = ./weewx-proxy/environment.age;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|