refactor: remove unused allowLan option from vhost module

This commit is contained in:
Giulio De Pasquale 2025-04-26 17:10:45 +01:00 committed by Giulio De Pasquale (aider)
parent 894bc74667
commit 985d325885

View File

@ -25,11 +25,6 @@ in
default = "";
};
allowLan = mkOption {
type = types.bool;
default = false;
};
proxyWebsockets = mkOption {
type = types.bool;
default = false;