fix(static): Make deadnix happy
All checks were successful
build configuration / build_vault01 (push) Successful in 48s
build configuration / build_storage01 (push) Successful in 51s
build configuration / build_compute01 (push) Successful in 55s
lint / check (push) Successful in 21s
build configuration / build_web02 (push) Successful in 46s
build configuration / build_web01 (push) Successful in 1m6s
npins update / npins_update (push) Successful in 1m30s
ds-fr update / npins_update (push) Successful in 2m1s
All checks were successful
build configuration / build_vault01 (push) Successful in 48s
build configuration / build_storage01 (push) Successful in 51s
build configuration / build_compute01 (push) Successful in 55s
lint / check (push) Successful in 21s
build configuration / build_web02 (push) Successful in 46s
build configuration / build_web01 (push) Successful in 1m6s
npins update / npins_update (push) Successful in 1m30s
ds-fr update / npins_update (push) Successful in 2m1s
This commit is contained in:
parent
c9428d618b
commit
6f3eb05f78
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ let
|
||||||
websites = import ./npins;
|
websites = import ./npins;
|
||||||
|
|
||||||
mkVhost =
|
mkVhost =
|
||||||
name:
|
_:
|
||||||
{ outPath, ... }:
|
{ outPath, ... }:
|
||||||
{
|
{
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
Loading…
Reference in a new issue