make downloads on GLaDOS be tmpfs
This commit is contained in:
parent
f9dadacbe4
commit
e7c15976a2
1 changed files with 10 additions and 2 deletions
|
|
@ -65,5 +65,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
nodev = {
|
||||||
|
"/home/lillian/Downloads" = {
|
||||||
|
fsType = "tmpfs";
|
||||||
|
mountOptions = [
|
||||||
|
"size=4G"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue