Set profiles of btrfs volume

This commit is contained in:
Manuel Thalmann 2024-12-07 23:02:03 +01:00
parent 717f9eeb91
commit 8b01238502

View file

@ -38,6 +38,8 @@ in {
OS = { OS = {
mountPoint = "/"; mountPoint = "/";
devices = [ "/dev/sda3" "/dev/sdb" ]; devices = [ "/dev/sda3" "/dev/sdb" ];
metadataProfile = "raid1";
dataProfile = "single";
}; };
}; };
}; };