about summary refs log tree commit diff
path: root/hosts/tahoe/boot.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-04-29 15:20:03 -0700
committerFranck Cuny <franck@fcuny.net>2023-04-29 15:20:03 -0700
commit3d84379a7e4c41ae861d50651aad6700b208d24f (patch)
tree41481eca1efc238aba66d9f6ebc563adcb8cc156 /hosts/tahoe/boot.nix
parentmodules/system: add ssh keys for known hosts (diff)
downloadworld-3d84379a7e4c41ae861d50651aad6700b208d24f.tar.gz
modules/boot: always clean up /tmp on boot
Diffstat (limited to 'hosts/tahoe/boot.nix')
-rw-r--r--hosts/tahoe/boot.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/tahoe/boot.nix b/hosts/tahoe/boot.nix
index 9bc68f7..bb2f53c 100644
--- a/hosts/tahoe/boot.nix
+++ b/hosts/tahoe/boot.nix
@@ -15,7 +15,6 @@
   };
 
   my.system.boot = {
-    tmp = { clean = true; };
     initrd = { network.enable = true; };
   };
 }