From 2defe03e8a7192fc78dce6a05c6858fa818601d7 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 9 Sep 2023 16:58:31 +0200 Subject: Clean ahmed tmp on boot --- hosts/ahmed/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/ahmed/configuration.nix') diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 4f53fd1..c117456 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -22,6 +22,8 @@ boot.loader.grub.device = "/dev/mmcblk0p3"; # FIXME: Do we need to specify GRUB device? boot.loader.efi.canTouchEfiVariables = false; + boot.tmp.cleanOnBoot = true; + # The hostname should match the containing folder. networking.hostName = "ahmed"; -- cgit v1.2.3