diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 7294916..0772942 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -30,7 +30,7 @@ }; supportedFilesystems = [ "ntfs" ]; - cleanTmpDir = true; + tmpOnTmpfs = true; }; # Set your time zone. |