feat: add ddclient configuration for publicly exposing httpd hosts
Some checks failed
ci / treefmt (push) Has been cancelled
Some checks failed
ci / treefmt (push) Has been cancelled
This commit is contained in:
parent
fe12f1e2ef
commit
454f339ed6
3 changed files with 45 additions and 2 deletions
|
|
@ -17,6 +17,11 @@ in {
|
|||
bundles = {
|
||||
common = enabled;
|
||||
};
|
||||
|
||||
services.networking = {
|
||||
httpd = enabled;
|
||||
ddclient = enabled;
|
||||
};
|
||||
};
|
||||
|
||||
programs.nh = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue