nixos/services/continuwuity: actually use sd-notify (#481310)

This commit is contained in:
K900
2026-01-18 13:45:51 +00:00
committed by GitHub
@@ -216,6 +216,8 @@ in
startLimitBurst = 5;
startLimitIntervalSec = 60;
serviceConfig = {
Type = "notify";
DynamicUser = true;
User = cfg.user;
Group = cfg.group;