From e338e708f11cfbf6eb0e9ec8aab661492d91953e Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 30 Dec 2023 14:39:45 +0300 Subject: [PATCH] Adjust header sizes for options Don't make it a sub category of Running --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index abbf6c2..9f30439 100644 --- a/README.md +++ b/README.md @@ -10,27 +10,27 @@ on the call set to `nixpkgs.lib.nixosSystem`. Check out the options to configure the service. -### Options +## Options -#### `services.site.enable` +### `services.site.enable` Enables the site service. Default: false. -#### `services.site.port` +### `services.site.port` Specifies on which port the site service listens for connections. Default: 8080. -#### `services.site.logLevel` +### `services.site.logLevel` The log level to log stuff with. Default: info. -#### `services.site.openFirewall` +### `services.site.openFirewall` Whether to open the firewall port for the tcp listener.