desktop fs

This commit is contained in:
mjallen18
2025-05-23 15:01:41 -05:00
parent df3f1a1554
commit bb3474f1af

View File

@@ -23,14 +23,14 @@ in
{
fileSystems = {
"/home/matt/Steam" = {
device = "/dev/storage/logical-storage";
device = "/dev/disk/by-uuid/EBEBAFB4-3CEB-4EB4-841B-693C94304751";
options = [
"subvol=Steam"
"noatime"
] ++ defaultLocalOptions;
};
"/home/matt/Heroic" = {
device = "/dev/storage/logical-storage";
device = "/dev/disk/by-uuid/EBEBAFB4-3CEB-4EB4-841B-693C94304751";
options = [
"subvol=Heroic"
"noatime"