updates
Some checks failed
Plex Update / update (push) Has been cancelled

This commit is contained in:
Vivian 2024-06-01 18:00:41 +02:00
parent 4fe990f884
commit 598a5a5e65
8 changed files with 308 additions and 378 deletions

View file

@ -9,36 +9,43 @@
"/mnt/disk1" = {
fsType = "ext4";
device = "/dev/disk/by-partuuid/abbfc440-fb3d-4b33-92cb-948b2deeac53";
options = [ "nofail" ];
};
"/mnt/disk2" = {
fsType = "ext4";
device = "/dev/disk/by-partuuid/3a57ffa8-8a0f-4839-81df-7f34d99e9dbc";
options = [ "nofail" ];
};
"/mnt/disk3" = {
fsType = "ext4";
device = "/dev/disk/by-partuuid/0f72c5f8-b7db-4151-83f0-47e5f703aeb1";
options = [ "nofail" ];
};
"/mnt/disk4" = {
fsType = "ext4";
device = "/dev/disk/by-partuuid/b9c72b41-1538-436e-a595-49d1faa5ed01";
options = [ "nofail" ];
};
"/mnt/disk5" = {
fsType = "ext4";
device = "/dev/disk/by-partuuid/928d0200-eca1-4a69-b2d6-fbd23a5ee8cd";
options = [ "nofail" ];
};
"/mnt/disk6" = {
fsType = "ext4";
device = "/dev/disk/by-uuid/63381321-fe00-4838-8668-4d1decc94296";
options = [ "nofail" ];
};
"/mnt/disk7" = {
fsType = "ext4";
device = "/dev/disk/by-uuid/6c568887-9d2e-45ce-ab85-4c48cca2226a";
options = [ "nofail" ];
};
# "/mnt/disk8" = {
@ -49,11 +56,13 @@
"/mnt/parity1" = {
fsType = "ext4";
device = "/dev/disk/by-partuuid/7c9b88ed-b8f8-40c9-bbc3-b75d30e04e01";
options = [ "nofail" ];
};
"/mnt/parity2" = {
fsType = "ext4";
device = "/dev/disk/by-partuuid/5d2d7e3e-3730-4d9b-8759-dc14396f3357";
options = [ "nofail" ];
};
"/mnt/storage" = {