summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-08-04 03:46:44 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-08-04 03:59:52 +0200
commit6c50714222a4f4bf46dab8fcd206c3e4c3f61715 (patch)
treed941f4a8bd6f8dcc2d0f373dbf359c2210115f99 /nixos/modules
parent878e69c67c44a521f6ad933bfcfab9e9595243b9 (diff)
downloadnixlib-6c50714222a4f4bf46dab8fcd206c3e4c3f61715.tar
nixlib-6c50714222a4f4bf46dab8fcd206c3e4c3f61715.tar.gz
nixlib-6c50714222a4f4bf46dab8fcd206c3e4c3f61715.tar.bz2
nixlib-6c50714222a4f4bf46dab8fcd206c3e4c3f61715.tar.lz
nixlib-6c50714222a4f4bf46dab8fcd206c3e4c3f61715.tar.xz
nixlib-6c50714222a4f4bf46dab8fcd206c3e4c3f61715.tar.zst
nixlib-6c50714222a4f4bf46dab8fcd206c3e4c3f61715.zip
nixos: Give virtualbox-host.nix a better location.
In 14f09e0, I've introduced the module under modules/programs, because
the legacy virtualbox.nix was also under that path. But because we
already have modules/virtualisation/virtualbox-guest.nix, it really
makes sense to put this module alongside of it as well.

This module thus has no change in functionality and I've tested
evaluation against nixos/tests/virtualbox.nix and the manual.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/module-list.nix2
-rw-r--r--nixos/modules/virtualisation/virtualbox-host.nix (renamed from nixos/modules/programs/virtualbox-host.nix)0
2 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 212555d7efcc..a89723d496b8 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -72,7 +72,6 @@
   ./programs/ssmtp.nix
   ./programs/uim.nix
   ./programs/venus.nix
-  ./programs/virtualbox-host.nix
   ./programs/wvdial.nix
   ./programs/freetds.nix
   ./programs/zsh/zsh.nix
@@ -486,6 +485,7 @@
   ./virtualisation/openvswitch.nix
   ./virtualisation/parallels-guest.nix
   ./virtualisation/virtualbox-guest.nix
+  ./virtualisation/virtualbox-host.nix
   ./virtualisation/vmware-guest.nix
   ./virtualisation/xen-dom0.nix
 ]
diff --git a/nixos/modules/programs/virtualbox-host.nix b/nixos/modules/virtualisation/virtualbox-host.nix
index fc113a08a356..fc113a08a356 100644
--- a/nixos/modules/programs/virtualbox-host.nix
+++ b/nixos/modules/virtualisation/virtualbox-host.nix