better mounts

This commit is contained in:
mjallen18
2025-06-08 17:38:05 -05:00
parent 7990c9ae01
commit 6bf8caeeda

View File

@@ -22,14 +22,14 @@ let
in in
{ {
fileSystems = { fileSystems = {
"/home/matt/Steam" = { "/media/matt/Steam" = {
device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S6B0NL0W232824B-part1"; device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S6B0NL0W232824B-part1";
options = [ options = [
"subvol=steam" "subvol=steam"
"noatime" "noatime"
] ++ defaultLocalOptions; ] ++ defaultLocalOptions;
}; };
"/home/matt/Heroic" = { "/media/matt/Heroic" = {
device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S6B0NL0W232824B-part1"; device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S6B0NL0W232824B-part1";
options = [ options = [
"subvol=heroic" "subvol=heroic"