Files
homelab/hosts/sin/secrets.nix
shobu 37b5d11b75
Some checks failed
/ perform flake analysis (push) Successful in 39s
/ build hive configuration (push) Has been cancelled
change copyparty folders and add write access
2026-01-17 16:20:53 +01:00

19 lines
363 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";
};
};
}