dotfiles/agenix/hosts/attic/config.nix

22 lines
363 B
Nix
Raw Normal View History

2023-04-04 12:35:49 +00:00
{
age.secrets = {
user-daniel-password = {
file = ./user/danielPassword.age;
};
2023-04-04 13:05:39 +00:00
2023-04-04 20:05:11 +00:00
acme-credentials = {
file = ./acme/credentials.age;
owner = "acme";
group = "acme";
};
2023-04-04 13:05:39 +00:00
tailscale-authkey = {
file = ./tailscale/authkey.age;
};
2023-04-04 15:20:09 +00:00
atticd-environment = {
file = ./atticd/environment.age;
};
2023-04-04 12:35:49 +00:00
};
}