> ## 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

{/*
This file is automatically generated from source documentation.
Do not edit manually. For more information, see https://github.com/siderolabs/docs
*/}

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

<table>
  <thead>
    <tr>
      <th>Field</th>
      <th>Type</th>
      <th>Description</th>
      <th>Value(s)</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>`device`</td>
      <td>string</td>
      <td>Path to the watchdog device. </td>

      <td />
    </tr>

    <tr>
      <td>`timeout`</td>
      <td>Duration</td>
      <td>Timeout for the watchdog.<br /><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.</td>

      <td />
    </tr>
  </tbody>
</table>
