diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-05-01T12·08+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-05-01T12·08+0200 |
commit | be749fdd22a1e8e7ae023c0fa6f23365b70a7c9c (patch) | |
tree | 010f78c582ea3ae313cbfbb8248d7bf949906311 /configuration.nix | |
parent | 6a35699045824839b3667fb688557424e655bc46 (diff) |
fix(config): Clean /tmp on boot
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |