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

36 lines
664 B
Nix
Raw Normal View History

2023-04-13 14:45:01 +00:00
{
age.secrets = {
user-daniel-password = {
file = ./user/danielPassword.age;
};
2023-04-13 16:16:44 +00:00
2023-04-14 13:20:51 +00:00
acme-credentials = {
file = ./acme/credentials.age;
owner = "acme";
group = "acme";
};
2023-04-13 16:16:44 +00:00
tailscale-authkey = {
file = ./tailscale/authkey.age;
};
2023-04-13 18:56:25 +00:00
2023-04-13 20:46:32 +00:00
wireguard-config = {
file = ./wireguard/config.age;
2023-04-13 18:56:25 +00:00
};
2023-04-20 13:02:34 +00:00
tubearchivist-environment-ta = {
file = ./tubearchivist/environmentTA.age;
};
tubearchivist-environment-es = {
file = ./tubearchivist/environmentES.age;
};
2023-04-26 11:53:36 +00:00
aria2-config = {
file = ./aria2/config.age;
owner = "media_user";
group = "media_group";
};
2023-04-13 14:45:01 +00:00
};
}