modules/microvm: remove legacy nomad leftover

This commit is contained in:
Astro 2022-12-12 01:45:53 +01:00
parent af7b75df9e
commit c63d8e3f15
1 changed files with 2 additions and 3 deletions

View File

@ -37,11 +37,10 @@ in
{ {
options.c3d2.deployment = with lib; { options.c3d2.deployment = with lib; {
server = mkOption { server = mkOption {
type = types.enum [ "server9" "server10" "nomad" ]; type = types.enum [ "server9" "server10" ];
default = null; default = null;
description = '' description = ''
Server that is supposed to host this MicroVM, Server that is supposed to host this MicroVM.
or \"nomad\" for HA clustering.
''; '';
}; };