2023-06-07 20:40:27 +02: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;
|
|
|
|
};
|
|
|
|
|
2023-06-10 20:48:07 +02:00
|
|
|
adguardhome-sync-environment = {
|
|
|
|
file = ./adguardhome-sync/environment.age;
|
|
|
|
};
|
|
|
|
|
2023-09-14 19:39:10 +02:00
|
|
|
forgejo-actions-token = {
|
|
|
|
file = ./forgejo-actions/token.age;
|
|
|
|
};
|
|
|
|
|
2023-06-07 20:40:27 +02:00
|
|
|
weewx-proxy-environment = {
|
|
|
|
file = ./weewx-proxy/environment.age;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|