dotfiles/agenix/hosts/argon/config.nix
2023-06-10 20:48:07 +02:00

26 lines
467 B
Nix

{
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;
};
adguardhome-sync-environment = {
file = ./adguardhome-sync/environment.age;
};
weewx-proxy-environment = {
file = ./weewx-proxy/environment.age;
};
};
}