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

30 lines
545 B
Nix
Raw Normal View History

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