summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2022-11-22 00:17:56 +0100
committerlassulus <lassulus@lassul.us>2022-11-22 00:17:56 +0100
commit21726195bf1c4602e42a9cac9bef24352dc10a5f (patch)
treee4f965b54fafa995764621b6a399584ee4343a6a
parentc3953b399586111a450b2ce6f5c2e397423082d0 (diff)
l shodan.r: remove tmpfs on /tmp
-rw-r--r--lass/1systems/shodan/physical.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/lass/1systems/shodan/physical.nix b/lass/1systems/shodan/physical.nix
index bc7e29db6..f94edcf9b 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";