From 21726195bf1c4602e42a9cac9bef24352dc10a5f Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 22 Nov 2022 00:17:56 +0100 Subject: l shodan.r: remove tmpfs on /tmp --- lass/1systems/shodan/physical.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lass/1systems/shodan/physical.nix') diff --git a/lass/1systems/shodan/physical.nix b/lass/1systems/shodan/physical.nix index bc7e29db..f94edcf9 100644 --- a/lass/1systems/shodan/physical.nix +++ b/lass/1systems/shodan/physical.nix @@ -27,11 +27,6 @@ fsType = "btrfs"; options = ["defaults" "noatime" "ssd" "compress=lzo"]; }; - "/tmp" = { - device = "tmpfs"; - fsType = "tmpfs"; - options = ["nosuid" "nodev" "noatime"]; - }; "/bku" = { device = "/dev/pool/bku"; fsType = "btrfs"; -- cgit v1.2.3