summaryrefslogtreecommitdiffstats
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-05-23 19:38:26 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-05-25 01:55:51 +0300
commit91117f0d1d335d850da2450adee06a5ff4c6ea4c (patch)
treebdf4b54f146a51c2f4ccec270e45bb4503da0518 /nixos/modules/profiles
parent402ab2134f732ee25b2cd747cbe824ca8f38c20d (diff)
nixos/installer: Drop dmraid
This seems some obsolete software RAID configuration program that hasn't been updated since 2010.
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/base.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index 52481d90eab9..406a69722de6 100644
--- a/nixos/modules/profiles/base.nix
+++ b/nixos/modules/profiles/base.nix
@@ -29,7 +29,6 @@
# Hardware-related tools.
pkgs.sdparm
pkgs.hdparm
- pkgs.dmraid
pkgs.smartmontools # for diagnosing hard disks
pkgs.pciutils
pkgs.usbutils