chore: update tmp directory cleanup option

with new NixOS config path
This commit is contained in:
Pierre Martin
2023-06-14 05:51:10 +02:00
parent 51e9ac39ba
commit 6bb3a6ba16

View File

@@ -18,7 +18,7 @@
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; boot.tmp.cleanOnBoot = 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.