make downloads on GLaDOS be tmpfs

This commit is contained in:
Lillian Violet 2025-12-27 15:46:55 +01:00
parent f9dadacbe4
commit e7c15976a2

View file

@ -65,5 +65,13 @@
};
};
};
nodev = {
"/home/lillian/Downloads" = {
fsType = "tmpfs";
mountOptions = [
"size=4G"
];
};
};
};
}