diff --git a/nix/modules/clawdinator.nix b/nix/modules/clawdinator.nix index 097f508..8ee1dd4 100644 --- a/nix/modules/clawdinator.nix +++ b/nix/modules/clawdinator.nix @@ -723,7 +723,6 @@ in # Add CLAWDINATOR-specific dependencies to the upstream gateway unit. systemd.services.clawdinator = { - description = "CLAWDINATOR (Moltbot gateway)"; after = [ "network.target" ] ++ lib.optional cfg.bootstrap.enable "clawdinator-bootstrap.service"