about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index eebff40..f6f73a6 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -31,7 +31,7 @@
     };
 
     supportedFilesystems = [ "ntfs" ];
-    tmpOnTmpfs = true;
+    tmp.useTmpfs = true;
   };
 
   time.timeZone = timezone;