1
0
Fork 0
dotfiles/agenix/hosts/argon/config.nix
2024-06-12 10:00:37 +02:00

34 lines
620 B
Nix

{
age.secrets = {
user-daniel-password = {
file = ./user/danielPassword.age;
};
acme-credentials = {
file = ./acme/credentials.age;
owner = "acme";
group = "acme";
};
cfdyndns-api-token = {
file = ./cfdyndns/apiToken.age;
};
tailscale-authkey = {
file = ./tailscale/authkey.age;
};
adguardhome-sync-environment = {
file = ./adguardhome-sync/environment.age;
};
forgejo-actions-token = {
file = ./forgejo-actions/token.age;
};
weewx-proxy-environment = {
file = ./weewx-proxy/environment.age;
};
};
}