fix: disable raid on fs-backup (for now)

This commit is contained in:
Jonas Juselius
2025-09-26 15:53:46 +02:00
parent d5cfcd2bf9
commit 312b3906ab
2 changed files with 40 additions and 40 deletions

View File

@@ -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 = [ ];