fix(tmp): empty /tmp on boot (regression)

This is a config that was lost during the framework config migration.
This commit restores the config.
This commit is contained in:
Pierre Martin
2022-09-05 11:17:01 +02:00
parent 4e45bd1db8
commit a55e68ff9e

View File

@@ -18,6 +18,8 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi"; boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.cleanTmpDir = true;
networking.hostName = "pierre"; # Define your hostname. networking.hostName = "pierre"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.