Files
homelab/hosts/sin/secrets.nix
shobu ab408f5eed
All checks were successful
/ perform flake analysis (push) Successful in 38s
/ build hive configuration (push) Successful in 10m14s
correct permission for copyparty secrets
2026-01-17 16:25:40 +01:00

20 lines
390 B
Nix

{ ... }:
{
age.secrets = {
# captcha = {
# file = ./secrets/matrix_captcha.age;
# group = "matrix-synapse";
# mode = "770";
# };
airvpn-params = {
file = ./secrets/airvpn_wireguard_key_env.age;
mode = "700";
};
copyparty-serhao = {
file = ./secrets/copyparty-serhao.age;
mode = "700";
owner = "copyparty";
};
};
}