summary refs log tree commit diff
path: root/nixos/modules/profiles/base.nix
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/base.nix
parent402ab2134f732ee25b2cd747cbe824ca8f38c20d (diff)
downloadnixpkgs-91117f0d1d335d850da2450adee06a5ff4c6ea4c.tar
nixpkgs-91117f0d1d335d850da2450adee06a5ff4c6ea4c.tar.gz
nixpkgs-91117f0d1d335d850da2450adee06a5ff4c6ea4c.tar.bz2
nixpkgs-91117f0d1d335d850da2450adee06a5ff4c6ea4c.tar.lz
nixpkgs-91117f0d1d335d850da2450adee06a5ff4c6ea4c.tar.xz
nixpkgs-91117f0d1d335d850da2450adee06a5ff4c6ea4c.tar.zst
nixpkgs-91117f0d1d335d850da2450adee06a5ff4c6ea4c.zip
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/base.nix')
-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 52481d90eab..406a69722de 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