about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/security.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/security.nix b/modules/security.nix
index d845393..410b270 100644
--- a/modules/security.nix
+++ b/modules/security.nix
@@ -8,11 +8,11 @@
 
   # mount /tmp in ram. This makes temp file management faster
   # on ssd systems, and volatile! Because it's wiped on reboot.
-  boot.tmpOnTmpfs = false;
-  boot.tmpOnTmpfsSize = "80%";
+  boot.tmp.useTmpfs = false;
+  boot.tmp.tmpfsSize = "80%";
 
   # Purge /tmp on boot. (fallback option)
-  boot.cleanTmpDir = lib.mkDefault (!config.boot.tmpOnTmpfs);
+  boot.tmp.cleanOnBoot = lib.mkDefault (!config.boot.tmp.useTmpfs);
 
   boot.kernel.sysctl = {
     # The Magic SysRq key is a key combo that allows users connected to the