enable quic and http3
This commit is contained in:
parent
0f9811acdb
commit
2baae28b27
|
@ -11,6 +11,7 @@ in {
|
||||||
services.nginx.virtualHosts = mkOption {
|
services.nginx.virtualHosts = mkOption {
|
||||||
type = attrsOf (submodule {
|
type = attrsOf (submodule {
|
||||||
config.http3 = mkDefault true;
|
config.http3 = mkDefault true;
|
||||||
|
config.quic = mkDefault true;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue