diff options
| author | DavHau <hsngrmpf+github@gmail.com> | 2020-09-24 16:22:47 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-24 16:22:47 +0700 |
| commit | 7fa1ba2ca088969906c31e351e29c676bc909239 (patch) | |
| tree | 0d89b7644b6720d955991a3b89907154ce779b7b | |
| parent | Merge pull request #98617 from avh4/elm-format-0.8.4 (diff) | |
| download | nixpkgs-7fa1ba2ca088969906c31e351e29c676bc909239.tar.gz | |
profiles: add 'hpsa' scsi driver to all-hardware.nix
| -rw-r--r-- | nixos/modules/profiles/all-hardware.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix index 19f821ae17f3..b9e240a2dfa0 100644 --- a/nixos/modules/profiles/all-hardware.nix +++ b/nixos/modules/profiles/all-hardware.nix @@ -29,7 +29,7 @@ "pata_winbond" # SCSI support (incomplete). - "3w-9xxx" "3w-xxxx" "aic79xx" "aic7xxx" "arcmsr" + "3w-9xxx" "3w-xxxx" "aic79xx" "aic7xxx" "arcmsr" "hpsa" # USB support, especially for booting from USB CD-ROM # drives. |
