disko/vanadium: remove tmpfs tmp

This commit is contained in:
Primrose 2025-05-06 23:49:26 +02:00
parent e61fd16e06
commit 088b13fb4d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -89,15 +89,5 @@
};
};
};
# It's nice to have a scratch space
nodev = {
"/tmp" = {
fsType = "tmpfs";
mountOptions = [
"size=4G"
];
};
};
};
}