1
0
Fork 0
dotfiles/agenix/hosts/neon/config.nix
Daniel Kempkens c76cc915f5
All checks were successful
Build / build-amd64-linux (push) Successful in 48s
Build / build-arm64-linux (push) Successful in 5m50s
ctrld: wip
2024-07-27 13:01:09 +02:00

30 lines
588 B
Nix

{
age.secrets = {
user-daniel-password = {
file = ./user/danielPassword.age;
};
tailscale-authkey = {
file = ./tailscale/authkey.age;
};
controld-config = {
file = ./controld/config.age;
path = "/var/lib/controld/ctrld.toml";
};
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;
};
};
}