From 621f4c42f56c264a3b568b14cdd8cff03067a1c1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 28 Oct 2013 20:00:42 +0100 Subject: [PATCH] Disable the OpenStack (Nova) module This hasn't been worked on in over two years, so we shouldn't give the impression that it works. --- nixos/modules/module-list.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 62e5b8e49c2..cea57c0068a 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -276,7 +276,7 @@ ./tasks/scsi-link-power-management.nix ./tasks/swraid.nix ./virtualisation/libvirtd.nix - ./virtualisation/nova.nix + #./virtualisation/nova.nix ./virtualisation/virtualbox-guest.nix ./virtualisation/xen-dom0.nix ]