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
{
fileSystems = {
"/home/matt/Steam" = {
"/media/matt/Steam" = {
device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S6B0NL0W232824B-part1";
options = [
"subvol=steam"
"noatime"
] ++ defaultLocalOptions;
};
"/home/matt/Heroic" = {
"/media/matt/Heroic" = {
device = "/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S6B0NL0W232824B-part1";
options = [
"subvol=heroic"