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

30 lines
545 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;
};
wireguard-config = {
file = ./wireguard/config.age;
};
tubearchivist-environment-ta = {
file = ./tubearchivist/environmentTA.age;
};
tubearchivist-environment-es = {
file = ./tubearchivist/environmentES.age;
};
};
}