l shodan.r: remove tmpfs on /tmp

This commit is contained in:
lassulus 2022-11-22 00:17:56 +01:00
parent c3953b3995
commit 21726195bf

View File

@ -27,11 +27,6 @@
fsType = "btrfs";
options = ["defaults" "noatime" "ssd" "compress=lzo"];
};
"/tmp" = {
device = "tmpfs";
fsType = "tmpfs";
options = ["nosuid" "nodev" "noatime"];
};
"/bku" = {
device = "/dev/pool/bku";
fsType = "btrfs";