mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
purge: update
This commit is contained in:
parent
dcb384b1cd
commit
4fcf655dc4
5 changed files with 16 additions and 11 deletions
|
@ -5,6 +5,8 @@
|
|||
services.nginx.virtualHosts = mkOption {
|
||||
type = types.attrsOf (types.submodule
|
||||
({ name, ... }: {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
# enable http3 for all hosts
|
||||
quic = true;
|
||||
http3 = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue