1
0
Fork 0
dotfiles/agenix/hosts/weather-sdr/config.nix

14 lines
253 B
Nix

{
age.secrets = {
user-daniel-password = {
file = ./user/danielPassword.age;
};
mosquitto-password-weewx-proxy = {
file = ./mosquitto/passwordWeewxProxy.age;
owner = "mosquitto";
group = "mosquitto";
};
};
}