This commit is contained in:
mjallen18
2025-07-29 19:34:07 -05:00
parent caa326d496
commit d0ac22c211
3 changed files with 5 additions and 107 deletions

View File

@@ -22,17 +22,10 @@ let
in
{
fileSystems = {
"/media/matt/Steam" = {
device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S6B0NL0W232824B-part1";
"/media/matt/data" = {
device = "/dev/disk/by-uuid/f851d21e-27b3-4353-aa19-590d244db6e5";
fsType = "bcachefs";
options = [
"subvol=steam"
"noatime"
] ++ defaultLocalOptions;
};
"/media/matt/Heroic" = {
device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S6B0NL0W232824B-part1";
options = [
"subvol=heroic"
"noatime"
] ++ defaultLocalOptions;
};