Added cleanTmpDir

This commit is contained in:
Craige McWhirter 2020-05-11 08:22:52 +10:00
parent 526f3c7727
commit 18997c0d72
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -4,11 +4,15 @@
{ {
imports = imports = [
[
./tmux.nix ./tmux.nix
]; ];
# Common boot settings
boot = {
cleanTmpDir = true; # Clean /tmp on reboot
};
# Select internationalisation properties. # Select internationalisation properties.
i18n = { i18n = {
defaultLocale = "en_AU.UTF-8"; # Set the default locale defaultLocale = "en_AU.UTF-8"; # Set the default locale