parent
b9d1f73d15
commit
e7f4628aaa
2 changed files with 100 additions and 35 deletions
devices/nos/modules
|
@ -18,7 +18,7 @@
|
|||
parityDrives = filterAttrs (n: v: hasPrefix "p" n) config.fileSystems;
|
||||
dataDrives = filterAttrs (n: v: hasPrefix "d" n) config.fileSystems;
|
||||
in {
|
||||
snapraid = {
|
||||
services.snapraid = {
|
||||
enable = true;
|
||||
|
||||
dataDisks = listToAttrs (attrValues (mapAttrs (n: fs: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue