add disk
Some checks failed
Lint / lint (push) Failing after 2m9s
Plex Update / update (push) Successful in 2m27s

This commit is contained in:
Vivian 2024-01-02 10:22:52 +01:00
parent f409d9849c
commit 31ba716b2e
4 changed files with 31 additions and 25 deletions

View file

@ -24,8 +24,7 @@
parityFiles =
[
"/mnt/parity1/snapraid.parity"
"/mnt/parity2/snapraid.parity-2"
"/mnt/parity3/snapraid.parity-3"
"/mnt/parity2/snapraid.parity"
];
dataDisks = {
d1 = "/mnt/disk1";
@ -34,6 +33,7 @@
d4 = "/mnt/disk4";
d5 = "/mnt/disk5";
d6 = "/mnt/disk6";
d7 = "/mnt/disk7";
};
contentFiles = [
"/var/lib/snapraid/snapraid.content"
@ -52,7 +52,6 @@
"/torrents/"
"/exclusion-zone/"
"/roms/"
"/roms/"
];
};
};