nixos/peering-manager: fix documentation link formatting

Changed files
+1 -1
nixos
modules
services
+1 -1
nixos/modules/services/web-apps/peering-manager.nix
···
Enable Peering Manager.
This module requires a reverse proxy that serves `/static` separately.
-
See this [example](https://github.com/peering-manager/contrib/blob/main/nginx.conf on how to configure this.
'';
};
···
Enable Peering Manager.
This module requires a reverse proxy that serves `/static` separately.
+
See this [example](https://github.com/peering-manager/contrib/blob/main/nginx.conf) on how to configure this.
'';
};