From 448f7da8fa2a14f6411cc7ffe7b6c610131a6a04 Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Wed, 9 Oct 2024 09:45:49 +0200 Subject: [PATCH] sixth syntax error --- module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/module.nix b/module.nix index 6054cf5..2647ea4 100644 --- a/module.nix +++ b/module.nix @@ -40,6 +40,7 @@ in host = mkOption { type = types.str; default = "_env:YESOD_HOST:*4"; + }; ad-files = mkOption { type = types.path; };