From e058ca073b206963ce9ebc9feb3c2d613fba5799 Mon Sep 17 00:00:00 2001 From: Victor Hang Date: Sat, 19 Oct 2024 10:51:40 +0200 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=A7=B9(global):=20clean=20tmp=20o?= =?UTF-8?q?n=20boot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Victor Hang --- base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/base.nix b/base.nix index 31df8c1..9742519 100644 --- a/base.nix +++ b/base.nix @@ -103,6 +103,7 @@ in loader.grub.enable = lib.mkDefault true; kernelPackages = pkgs.linuxPackages_latest; }; + tmp.cleanOnBoot = true; networking = { hostName = "${hostname}"; # Define your hostname. networkmanager.enable = true;