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 = {
|
config = {
|
||||||
time.timeZone = "Europe/Amsterdam";
|
time.timeZone = "Europe/Amsterdam";
|
||||||
|
boot.tmp.cleanOnBoot = true;
|
||||||
environment.systemPackages = (import ../env.nix pkgs) ++ (with pkgs; [
|
environment.systemPackages = (import ../env.nix pkgs) ++ (with pkgs; [
|
||||||
# For Mae
|
# For Mae
|
||||||
neovim
|
neovim
|
||||||
|
|
Loading…
Reference in a new issue