This commit is contained in:
parent
e50696290c
commit
f256f145fd
1 changed files with 6 additions and 5 deletions
|
|
@ -17,10 +17,10 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/disk4" = {
|
#fileSystems."/mnt/disk4" = {
|
||||||
device = "/dev/disk/by-uuid/317660ef-bd75-4fa4-bd20-f96a3926bf7b";
|
# device = "/dev/disk/by-uuid/317660ef-bd75-4fa4-bd20-f96a3926bf7b";
|
||||||
fsType = "ext4";
|
# fsType = "ext4";
|
||||||
};
|
#};
|
||||||
|
|
||||||
# The Combined MergerFS Pool
|
# The Combined MergerFS Pool
|
||||||
fileSystems."/mnt/storage" = {
|
fileSystems."/mnt/storage" = {
|
||||||
|
|
@ -72,7 +72,8 @@
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# Includes all 4 physical disks for redundancy
|
# Includes all 4 physical disks for redundancy
|
||||||
devices = [ "/dev/sda" "/dev/sdb" "/dev/sdc" "/dev/sdd" "/dev/sde" ];
|
devices = [ "/dev/sda" "/dev/sdb" "/dev/sdc" "/dev/sdd" #"/dev/sde"
|
||||||
|
];
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue