l hw x220: remove tmpfs on /tmp
This commit is contained in:
parent
22838aee86
commit
ff013c82ac
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user