1
0
Fork 0
dotfiles/agenix/hosts/neon/config.nix
2024-07-14 16:02:27 +02:00

26 lines
475 B
Nix

{
age.secrets = {
user-daniel-password = {
file = ./user/danielPassword.age;
};
tailscale-authkey = {
file = ./tailscale/authkey.age;
};
forgejo-actions-token = {
file = ./forgejo-actions/token.age;
};
mosquitto-password-weewx-proxy = {
file = ./mosquitto/passwordWeewxProxy.age;
owner = "mosquitto";
group = "mosquitto";
};
deye-mqtt-config = {
file = ./deye-mqtt/config.age;
};
};
}