From 14866df004bbb9a0fc94404ee7180934a47e3c79 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Wed, 16 Oct 2024 11:07:55 +0200 Subject: [PATCH] fix(dgn-web): Set a default for simpleProxies --- modules/dgn-web.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/dgn-web.nix b/modules/dgn-web.nix index f0ade3d..ca99a67 100644 --- a/modules/dgn-web.nix +++ b/modules/dgn-web.nix @@ -72,6 +72,10 @@ in }; }; }); + default = { }; + description = '' + A set of simple localhost redirections. + ''; }; };