diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index eff805e..c218105 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -23,6 +23,9 @@ in { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + # clean /tmp at each boot + boot.cleanTmpDir = true; + # hardware hardware = { enableRedistributableFirmware = true;