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

34 lines
620 B
Nix
Raw Normal View History

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";
};
2024-06-12 07:59:24 +00:00
cfdyndns-api-token = {
file = ./cfdyndns/apiToken.age;
};
2023-06-07 18:40:27 +00:00
tailscale-authkey = {
file = ./tailscale/authkey.age;
};
2023-06-10 18:48:07 +00:00
adguardhome-sync-environment = {
file = ./adguardhome-sync/environment.age;
};
forgejo-actions-token = {
file = ./forgejo-actions/token.age;
};
2023-06-07 18:40:27 +00:00
weewx-proxy-environment = {
file = ./weewx-proxy/environment.age;
};
};
}