From ff013c82ac83055f3b5460fb67048e3182e938e9 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 25 Oct 2021 20:23:02 +0200 Subject: l hw x220: remove tmpfs on /tmp --- lass/2configs/hw/x220.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lass') 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"; -- cgit v1.2.3