add missing lib

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-12 09:00:35 +01:00
parent ed25df7369
commit 4b84f6f241
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ lib, config, ... }:
let
listenIPs = (import ../../utils/getInternalIP.nix config).listenIPs;
listenStatements = lib.concatStringsSep "\n" (builtins.map (ip: "listen ${ip}:443 http3;") listenIPs) + ''