summaryrefslogtreecommitdiffstats
path: root/lass/2configs/hw/x220.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/hw/x220.nix')
-rw-r--r--lass/2configs/hw/x220.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/lass/2configs/hw/x220.nix b/lass/2configs/hw/x220.nix
index b2e8892b..cbb5b168 100644
--- a/lass/2configs/hw/x220.nix
+++ b/lass/2configs/hw/x220.nix
@@ -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";