mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added mdadm for raid configurations
This commit is contained in:
parent
d999e4ca6a
commit
da1e1166a1
1 changed files with 8 additions and 0 deletions
8
modules/home/cli/utilities/mdadm/default.nix
Executable file
8
modules/home/cli/utilities/mdadm/default.nix
Executable file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = builtins.attrValues {
|
||||||
|
inherit (pkgs)
|
||||||
|
mdadm
|
||||||
|
;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue