typo: systemd.service -> systemd.services
Some checks failed
Build and Deploy / deploy (push) Failing after 15m58s
Some checks failed
Build and Deploy / deploy (push) Failing after 15m58s
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
};
|
};
|
||||||
users.groups.ddns-updater = { };
|
users.groups.ddns-updater = { };
|
||||||
|
|
||||||
systemd.service.ddns-updater.serviceConfig = {
|
systemd.services.ddns-updater.serviceConfig = {
|
||||||
DynamicUser = lib.mkForce false;
|
DynamicUser = lib.mkForce false;
|
||||||
User = "ddns-updater";
|
User = "ddns-updater";
|
||||||
Group = "ddns-updater";
|
Group = "ddns-updater";
|
||||||
|
|||||||
Reference in New Issue
Block a user