feat: ddclient

This commit is contained in:
punkfairie 2025-05-25 19:12:43 -07:00
parent 53340764e3
commit 39f89b8965
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 6 additions and 1 deletions

View file

@ -8,7 +8,7 @@ in {
options.marleyos.services.ddclient.enable = lib.mkEnableOption "ddclient";
config = lib.mkIf cfg.enable {
age.secrets.ddclient.file = ../../../../secrets/ddclient.conf.age;
age.secrets.ddclient.file = ../../../secrets/ddclient.conf.age;
services.ddclient = {
enable = true;

View file

@ -0,0 +1,5 @@
{
imports = [
./ddclient.nix
];
}