From 6bb3a6ba16ad6068dc2897c5f6a060f47645eb76 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Wed, 14 Jun 2023 05:51:10 +0200 Subject: [PATCH] chore: update tmp directory cleanup option with new NixOS config path --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index a3ed0c1..91eccf8 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -18,7 +18,7 @@ boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot/efi"; - boot.cleanTmpDir = true; + boot.tmp.cleanOnBoot = true; networking.hostName = "pierre"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.