From ff013c82ac83055f3b5460fb67048e3182e938e9 Mon Sep 17 00:00:00 2001
From: lassulus <lassulus@lassul.us>
Date: Mon, 25 Oct 2021 20:23:02 +0200
Subject: [PATCH] l hw x220: remove tmpfs on /tmp

---
 lass/2configs/hw/x220.nix | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lass/2configs/hw/x220.nix b/lass/2configs/hw/x220.nix
index b2e8892b1..cbb5b168d 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";