This commit is contained in:
parent
8e27a535da
commit
f609fd701e
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ mkIf enable {
|
||||||
|
|
||||||
# Server configuration
|
# Server configuration
|
||||||
server = {
|
server = {
|
||||||
base_url = cfg.domain != null ? "https://${cfg.domain}" : null;
|
base_url = if cfg.domain != null then "https://${cfg.domain}" else null end;
|
||||||
port = cfg.port;
|
port = cfg.port;
|
||||||
bind_address = "127.0.0.1";
|
bind_address = "127.0.0.1";
|
||||||
limiter = true;
|
limiter = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue