1
Fork 0
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:
RGBCube 2023-12-30 14:39:45 +03:00
parent 1010f21fe0
commit e338e708f1
No known key found for this signature in database

View file

@ -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.