> ## Documentation Index
> Fetch the complete documentation index at: https://siderolabs-fe86397c-1-11-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> WatchdogTimerConfig is a watchdog timer config document.

# WatchdogTimerConfig

```yaml
apiVersion: v1alpha1
kind: WatchdogTimerConfig
device: /dev/watchdog0 # Path to the watchdog device.
timeout: 2m0s # Timeout for the watchdog.
```

| Field     | Type     | Description                                                                                                                                                                                                             | Value(s) |
| --------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| `device`  | string   | Path to the watchdog device. <details><summary>Show example(s)</summary>`device: /dev/watchdog0`</details>                                                                                                              |          |
| `timeout` | Duration | <details><summary>Timeout for the watchdog.</summary><br />If Talos is unresponsive for this duration, the watchdog will reset the system.<br /><br />Default value is 1 minute, minimum value is 10 seconds.</details> |          |
