chore: format

This commit is contained in:
aprilthepink 2024-05-03 02:19:10 +02:00
parent 22547e64ce
commit 32ba6d0d1e
Signed by: aprl
GPG key ID: BCB934A2909C5460
2 changed files with 28 additions and 27 deletions

View file

@ -44,7 +44,8 @@ let
}; };
}; };
nginxConfig = lib.mkIf cfg.nginx.enable { 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; ip = if cfg.address == "0.0.0.0" then "127.0.0.1" else cfg.address;
in in
{ {