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-09-12 14:43:48 +02:00
|
|
|
smb-haven-credentials = {
|
|
|
|
file = ./smb/havenCredentials.age;
|
|
|
|
};
|
|
|
|
|
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
|
|
|
|
2024-07-27 23:49:54 +02:00
|
|
|
controld-config = {
|
|
|
|
file = ./controld/config.age;
|
|
|
|
path = "/var/lib/controld/ctrld.toml";
|
|
|
|
};
|
|
|
|
|
2023-04-20 15:02:34 +02:00
|
|
|
tubearchivist-environment-ta = {
|
|
|
|
file = ./tubearchivist/environmentTA.age;
|
|
|
|
};
|
|
|
|
|
|
|
|
tubearchivist-environment-es = {
|
|
|
|
file = ./tubearchivist/environmentES.age;
|
|
|
|
};
|
2023-04-26 13:53:36 +02:00
|
|
|
|
|
|
|
aria2-config = {
|
|
|
|
file = ./aria2/config.age;
|
|
|
|
owner = "media_user";
|
|
|
|
group = "media_group";
|
|
|
|
};
|
2023-05-21 23:14:53 +02:00
|
|
|
|
2023-10-08 12:49:01 +02:00
|
|
|
recyclarr-config = {
|
|
|
|
file = ./recyclarr/config.age;
|
|
|
|
symlink = false;
|
|
|
|
path = "/var/lib/recyclarr/recyclarr.yml";
|
|
|
|
owner = "1000";
|
|
|
|
group = "1000";
|
|
|
|
};
|
|
|
|
|
2023-05-21 23:14:53 +02:00
|
|
|
unpackerr-config = {
|
|
|
|
file = ./unpackerr/config.age;
|
|
|
|
owner = "media_user";
|
|
|
|
group = "media_group";
|
|
|
|
};
|
2023-04-13 16:45:01 +02:00
|
|
|
};
|
|
|
|
}
|