> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

> SysfsConfig configures Linux kernel sysfs values.

# SysfsConfig

```yaml theme={null}
apiVersion: v1alpha1
kind: SysfsConfig
# Used to configure the machine's sysfs (kernel attributes under `/sys`).
params:
    devices.system.cpu.cpu0.cpufreq.scaling_governor: performance
```

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

  <tbody>
    <tr>
      <td>`params`</td>
      <td>map\[string]string</td>
      <td>Used to configure the machine's sysfs (kernel attributes under `/sys`).<br />Values from this document are merged with the deprecated v1alpha1 machine.sysfs values (if set),<br />with this document taking precedence on key conflicts.</td>

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