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

22 lines
405 B
Nix
Raw Normal View History

2023-06-14 19:55:35 +00:00
{
age.secrets = {
user-daniel-password = {
file = ./user/danielPassword.age;
};
2024-03-21 20:23:04 +00:00
tailscale-authkey = {
file = ./tailscale/authkey.age;
};
forgejo-actions-token = {
file = ./forgejo-actions/token.age;
};
2023-06-14 19:55:35 +00:00
mosquitto-password-weewx-proxy = {
file = ./mosquitto/passwordWeewxProxy.age;
owner = "mosquitto";
group = "mosquitto";
};
};
}