l hw x220: remove tmpfs on /tmp

This commit is contained in:
lassulus 2021-10-25 20:23:02 +02:00
parent 22838aee86
commit ff013c82ac

View File

@ -35,11 +35,6 @@
fsType = "btrfs";
options = ["defaults" "noatime" "ssd" "compress=lzo"];
};
"/tmp" = {
device = "tmpfs";
fsType = "tmpfs";
options = ["nosuid" "nodev" "noatime"];
};
};
services.logind.lidSwitch = "ignore";