fix slow rebuild by not triggering timers accidentally
This commit is contained in:
@@ -8,4 +8,8 @@
|
||||
tokenFile = config.age.secrets.duckdns.path;
|
||||
domains = [ "kavita-kopatz" ];
|
||||
};
|
||||
systemd.services.duckdns = {
|
||||
wantedBy = lib.mkForce [];
|
||||
startAt = lib.mkForce "daily";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user