style(readme): fix markdown table alignment
Some checks failed
ci/woodpecker/push/linting Pipeline failed

This commit is contained in:
Simon Cornet 2026-05-15 11:59:40 +02:00
commit 32ef34fd42

View file

@ -7,7 +7,7 @@ Manage core Operating System components and system defaults.
### APT Configuration
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
|-----------------------------|----------|--------------------------------------|------------------------------------------------|
| `apt_automatic_reboot_time` | No | `04:00` | Automated reboot time |
| `apt_automatic_reboot` | No | `true` | Enable automated reboots |
| `apt_enable_multiverse` | No | `false` | Enable multiverse repository |
@ -27,7 +27,7 @@ Manage core Operating System components and system defaults.
### NTP Configuration
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
|--------------|----------|----------------------|--------------------------------------|
| `ntp_server` | No | `pool.ntp.org` | NTP server for time synchronization |
| `timezone` | No | `Europe/Amsterdam` | System timezone |