From be749fdd22a1e8e7ae023c0fa6f23365b70a7c9c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 1 May 2018 14:08:36 +0200 Subject: fix(config): Clean /tmp on boot --- configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 27c55b47a011..af5a21cc5ed5 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"; -- cgit 1.4.1