nixos/services/continuwuity: actually use sd-notify

This commit is contained in:
K900
2026-01-18 16:40:17 +03:00
parent e5eeb6a65e
commit 39e04fa1d5
@@ -216,6 +216,8 @@ in
startLimitBurst = 5;
startLimitIntervalSec = 60;
serviceConfig = {
Type = "notify";
DynamicUser = true;
User = cfg.user;
Group = cfg.group;