ddclient: init
This commit is contained in:
parent
b2b31b65d0
commit
26a2f0d3ce
1 changed files with 8 additions and 0 deletions
8
modules/network/ddclient.nix
Normal file
8
modules/network/ddclient.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.ddclient = {
|
||||||
|
enable = true;
|
||||||
|
configFile = "/root/nixos/secrets/ddclient.conf";
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue