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

22 lines
405 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";
};
};
}