diff options
author | lassulus <lassulus@lassul.us> | 2021-10-25 20:23:02 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-10-25 20:23:02 +0200 |
commit | ff013c82ac83055f3b5460fb67048e3182e938e9 (patch) | |
tree | d5e42dd89296b468a3cff5f0daab2a6b03d77305 /lass/2configs | |
parent | 22838aee86af1880f444c582d14e65e12ac31ae3 (diff) |
l hw x220: remove tmpfs on /tmp
Diffstat (limited to 'lass/2configs')
-rw-r--r-- | lass/2configs/hw/x220.nix | 5 |
1 files changed, 0 insertions, 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"; |