Let's let tmp be done by nixos itself

This commit is contained in:
Lillian Violet 2024-03-25 00:10:22 +01:00
parent 04bf4564d8
commit bd0da21ce3
3 changed files with 0 additions and 18 deletions

View file

@ -69,12 +69,6 @@
}; };
nodev = { nodev = {
"/home/lillian/Downloads" = { "/home/lillian/Downloads" = {
fsType = "tmpfs";
mountOptions = [
"size=2G"
];
};
"/tmp" = {
fsType = "tmpfs"; fsType = "tmpfs";
mountOptions = [ mountOptions = [
"size=4G" "size=4G"

View file

@ -69,12 +69,6 @@
}; };
nodev = { nodev = {
"/home/lillian/Downloads" = { "/home/lillian/Downloads" = {
fsType = "tmpfs";
mountOptions = [
"size=2G"
];
};
"/tmp" = {
fsType = "tmpfs"; fsType = "tmpfs";
mountOptions = [ mountOptions = [
"size=4G" "size=4G"

View file

@ -69,12 +69,6 @@
}; };
nodev = { nodev = {
"/home/lillian/Downloads" = { "/home/lillian/Downloads" = {
fsType = "tmpfs";
mountOptions = [
"size=2G"
];
};
"/tmp" = {
fsType = "tmpfs"; fsType = "tmpfs";
mountOptions = [ mountOptions = [
"size=4G" "size=4G"