dots/modules/network/ddclient.nix
2025-12-20 16:13:12 +11:00

8 lines
124 B
Nix

{ config, ... }:
{
services.ddclient = {
enable = true;
configFile = "/root/nixos/secrets/ddclient.conf";
};
}