From b759bea24146347ece4f084efd52a7549176559e Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 18 May 2026 18:27:50 +0200 Subject: [PATCH] style: fix markdown table column alignment --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index a0d894e..8c98fe2 100644 --- a/readme.md +++ b/readme.md @@ -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 | @@ -19,7 +19,7 @@ Manage core Operating System components and system defaults. ### DNS Configuration | Variable | Required | Default | Description | -| ---------------- | ---------- | -------------------------- | -------------------------------- | +| -------------- | -------- | ------------------------ | ------------------------------ | | `dns_servers` | No | `["192.168.10.1"]` | List of DNS nameservers to use | | `dns_search` | No | `["example.internal"]` | List of search domains to use | | `dns_options` | No | `[]` | List of resolver options | @@ -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 |