summaryrefslogtreecommitdiff
path: root/hosts/ahmed
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ahmed')
-rw-r--r--hosts/ahmed/configuration.nix2
1 files changed, 2 insertions, 0 deletions
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";