Added cleanTmpDir
This commit is contained in:
parent
526f3c7727
commit
18997c0d72
|
@ -4,11 +4,15 @@
|
|||
|
||||
{
|
||||
|
||||
imports =
|
||||
[
|
||||
imports = [
|
||||
./tmux.nix
|
||||
];
|
||||
|
||||
# Common boot settings
|
||||
boot = {
|
||||
cleanTmpDir = true; # Clean /tmp on reboot
|
||||
};
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n = {
|
||||
defaultLocale = "en_AU.UTF-8"; # Set the default locale
|
||||
|
|
Loading…
Reference in a new issue