diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-01-31 12:53:29 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-01-31 12:53:29 +0100 |
commit | ae1456c6bc981ce111286bda42a7a7560f13c6b9 (patch) | |
tree | 315db75f43ff9465722ebaf7ce8fb636198f0a3c | |
parent | Update (diff) | |
download | nixos-config-ae1456c6bc981ce111286bda42a7a7560f13c6b9.tar.gz nixos-config-ae1456c6bc981ce111286bda42a7a7560f13c6b9.tar.bz2 nixos-config-ae1456c6bc981ce111286bda42a7a7560f13c6b9.zip |
Hosts: Mount /tmp in ram
-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. |