diff --git a/configuration.nix b/configuration.nix index 27c55b47a..af5a21cc5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,6 +17,7 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.cleanTmpDir = true; hardware.pulseaudio.enable = true; time.timeZone = "Europe/Oslo";