This commit is contained in:
soraefir
2026-05-09 10:45:16 +02:00
parent 9f5f8751e5
commit cd5deea849
3 changed files with 26 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{ config, lib, serverCfg }:
let
builder =
{ image, imageStream ? null
{ image ? null, imageStream ? null
, secret ? null
, subdomain ? null, ip ? null, port ? 0
, extraEnv ? { }, extraLabels ? { }, extraOptions ? [ ]