server: fix desktop INSTALL_MODEL_NAMES

Mirror and proxy are not in plan to be shown in the UI, so stop
requiring them.
This commit is contained in:
Dan Bungert 2024-02-21 11:44:41 -07:00
parent efd5138853
commit ca91bf0108
1 changed files with 2 additions and 3 deletions

View File

@ -190,11 +190,10 @@ INSTALL_MODEL_NAMES = ModelNames(
"filesystem", "filesystem",
"kernel", "kernel",
"keyboard", "keyboard",
"proxy",
"source", "source",
}, },
desktop={"mirror", "network"}, desktop={"network"},
server={"mirror", "network"}, server={"mirror", "network", "proxy"},
) )
POSTINSTALL_MODEL_NAMES = ModelNames( POSTINSTALL_MODEL_NAMES = ModelNames(