From bb2d97770e99310da64d862b08db71ec92702be8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 6 Jul 2010 09:01:15 +0000 Subject: [PATCH] * Move the swap module to config/ because it doesn't provide a task anymore. Activating swap devices is now handled by the mountall task. svn path=/nixos/branches/boot-order/; revision=22489 --- modules/{tasks => config}/swap.nix | 0 modules/module-list.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/{tasks => config}/swap.nix (100%) diff --git a/modules/tasks/swap.nix b/modules/config/swap.nix similarity index 100% rename from modules/tasks/swap.nix rename to modules/config/swap.nix diff --git a/modules/module-list.nix b/modules/module-list.nix index 841a6b11a5fd..7bc98858506d 100644 --- a/modules/module-list.nix +++ b/modules/module-list.nix @@ -7,6 +7,7 @@ ./config/no-x-libs.nix ./config/nsswitch.nix ./config/power-management.nix + ./config/swap.nix ./config/system-path.nix ./config/timezone.nix ./config/unix-odbc-drivers.nix @@ -152,7 +153,6 @@ ./tasks/kbd.nix ./tasks/lvm.nix ./tasks/network-interfaces.nix - ./tasks/swap.nix ./tasks/swraid.nix ./tasks/tty-backgrounds.nix ]