fix typo
This commit is contained in:
parent
a8e258e738
commit
94c5951403
|
|
@ -1,4 +1,10 @@
|
|||
{config,lib}: with lib; mkIf config.services.nginx.enable {
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
mkIf config.services.nginx.enable {
|
||||
services.nginx = {
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue