summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-09-09 16:58:31 +0200
committerLinnnus <[email protected]>2023-09-09 16:58:31 +0200
commit2defe03e8a7192fc78dce6a05c6858fa818601d7 (patch)
treef4c870b15a70f2266e6b28aa07e014a87774dd3e /hosts
parent5d6e0aeefb79cecd2193ecec593eb1df65f76a8b (diff)
Clean ahmed tmp on boot
Diffstat (limited to 'hosts')
-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";