From 985d325885b6e3db28a373aaa1f80e12eb08102d Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sat, 26 Apr 2025 17:10:45 +0100 Subject: [PATCH] refactor: remove unused `allowLan` option from vhost module --- modules/core/vhost.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/core/vhost.nix b/modules/core/vhost.nix index 88ec631..9d26a23 100644 --- a/modules/core/vhost.nix +++ b/modules/core/vhost.nix @@ -25,11 +25,6 @@ in default = ""; }; - allowLan = mkOption { - type = types.bool; - default = false; - }; - proxyWebsockets = mkOption { type = types.bool; default = false;