mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
Adjust header sizes for options
Don't make it a sub category of Running
This commit is contained in:
parent
1010f21fe0
commit
e338e708f1
1 changed files with 5 additions and 5 deletions
10
README.md
10
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue