fix fqdn
This commit is contained in:
parent
219482c2f3
commit
5807b563a1
5 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ let
|
|||
cfg = config.services.hedgedoc.settings;
|
||||
in
|
||||
{
|
||||
nginx.virtualHosts."${fqdn}" = {
|
||||
nginx.virtualHosts."${config.networking.fqdn}" = {
|
||||
default = true;
|
||||
quic = true;
|
||||
kTLS = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue