Correct arguments

This commit is contained in:
Andreas Zweili 2022-11-03 23:19:48 +01:00
parent 5d6bd89bfb
commit d04e34f989
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ dataDir, documentRoot ? "/var/www/html", domain, inputs, pkgs, port ? "9000", ... }:
{ dataDir, documentRoot ? "/var/www/html", domain, inputs, port ? "9000", }:
{ pkgs, ... }:
{
imports = [
"${inputs.self}/modules/nginx-acme-base"