Correct arguments

This commit is contained in:
Andreas Zweili 2022-11-03 23:20:16 +01:00
parent d04e34f989
commit ef87758d7f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ domain, inputs, port ? "8080", ... }: {
{ domain, inputs, port ? "8080" }: { ... }: {
imports = [
"${inputs.self}/modules/nginx-acme-base"
];