mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
chore: format
This commit is contained in:
parent
22547e64ce
commit
32ba6d0d1e
|
|
@ -44,7 +44,8 @@ let
|
|||
};
|
||||
};
|
||||
nginxConfig = lib.mkIf cfg.nginx.enable {
|
||||
services.nginx = let
|
||||
services.nginx =
|
||||
let
|
||||
ip = if cfg.address == "0.0.0.0" then "127.0.0.1" else cfg.address;
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue