From 6f3eb05f7875f6c951ef185a92d7ff9a4224d8f9 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Fri, 2 Feb 2024 10:55:35 +0100 Subject: [PATCH] fix(static): Make deadnix happy --- machines/web01/static/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/web01/static/default.nix b/machines/web01/static/default.nix index 62c0b00..62fb944 100644 --- a/machines/web01/static/default.nix +++ b/machines/web01/static/default.nix @@ -5,7 +5,7 @@ let websites = import ./npins; mkVhost = - name: + _: { outPath, ... }: { enableACME = true;