Set profiles of btrfs volume

This commit is contained in:
Manuel Thalmann 2024-12-07 23:02:03 +01:00
parent 02dd399284
commit 52fd59c017

View file

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