56e370b342
We havent't had anything meaningful configuration in this module for a while. So let's deprecate it.
10 lines
194 B
Nix
10 lines
194 B
Nix
{
|
|
warnings = [
|
|
''
|
|
DEPRECATED: The <nixos-hardware/common/hdd.nix> module has been deprecated.
|
|
|
|
This module has no effect and will be removed in a future release.
|
|
''
|
|
];
|
|
}
|