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",
"kernel",
"keyboard",
"proxy",
"source",
},
desktop={"mirror", "network"},
server={"mirror", "network"},
desktop={"network"},
server={"mirror", "network", "proxy"},
)
POSTINSTALL_MODEL_NAMES = ModelNames(