Clean /tmp on boot
This commit is contained in:
parent
4fd6205b88
commit
a61c8fc8fb
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
config = {
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
environment.systemPackages = (import ../env.nix pkgs) ++ (with pkgs; [
|
||||
# For Mae
|
||||
neovim
|
||||
|
|
Loading…
Reference in a new issue