diff --git a/modules/microvm.nix b/modules/microvm.nix index b93b6d2a..9f1db3c3 100644 --- a/modules/microvm.nix +++ b/modules/microvm.nix @@ -37,11 +37,10 @@ in { options.c3d2.deployment = with lib; { server = mkOption { - type = types.enum [ "server9" "server10" "nomad" ]; + type = types.enum [ "server9" "server10" ]; default = null; description = '' - Server that is supposed to host this MicroVM, - or \"nomad\" for HA clustering. + Server that is supposed to host this MicroVM. ''; };