feat: add ddclient configuration for publicly exposing httpd hosts
Some checks failed
ci / treefmt (push) Has been cancelled

This commit is contained in:
Ceferino Patino 2026-05-31 12:24:49 -05:00
commit 454f339ed6
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI
3 changed files with 45 additions and 2 deletions

View file

@ -17,6 +17,11 @@ in {
bundles = {
common = enabled;
};
services.networking = {
httpd = enabled;
ddclient = enabled;
};
};
programs.nh = {