From c63d8e3f1597112c51570235b3d8a5271a872874 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 12 Dec 2022 01:45:53 +0100 Subject: [PATCH] modules/microvm: remove legacy nomad leftover --- modules/microvm.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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. ''; };