fix: disable raid on fs-backup (for now)
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/backup" =
|
||||
{ device = "/dev/vg1/data";
|
||||
fsType = "xfs";
|
||||
options = [ "ro" "noauto" ];
|
||||
};
|
||||
# fileSystems."/backup" =
|
||||
# { device = "/dev/vg1/data";
|
||||
# fsType = "xfs";
|
||||
# options = [ "ro" "noauto" ];
|
||||
# };
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user