fix(config): Clean /tmp on boot

This commit is contained in:
Vincent Ambo 2018-05-01 14:08:36 +02:00
parent 6a35699045
commit be749fdd22

View file

@ -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";