typo: systemd.service -> systemd.services
Some checks failed
Build and Deploy / deploy (push) Failing after 15m58s

This commit is contained in:
2026-04-09 20:48:06 -04:00
parent 100999734b
commit 7ee55eca6b

View File

@@ -19,7 +19,7 @@
};
users.groups.ddns-updater = { };
systemd.service.ddns-updater.serviceConfig = {
systemd.services.ddns-updater.serviceConfig = {
DynamicUser = lib.mkForce false;
User = "ddns-updater";
Group = "ddns-updater";