fix slow rebuild by not triggering timers accidentally

This commit is contained in:
Kopatz
2025-08-19 10:42:52 +02:00
parent 2c8f5000b6
commit d2104b49bf
4 changed files with 8 additions and 11 deletions

View File

@@ -8,4 +8,8 @@
tokenFile = config.age.secrets.duckdns.path;
domains = [ "kavita-kopatz" ];
};
systemd.services.duckdns = {
wantedBy = lib.mkForce [];
startAt = lib.mkForce "daily";
};
}