diff options
author | Linnnus <[email protected]> | 2023-09-09 16:58:31 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-09 16:58:31 +0200 |
commit | 2defe03e8a7192fc78dce6a05c6858fa818601d7 (patch) | |
tree | f4c870b15a70f2266e6b28aa07e014a87774dd3e /hosts/ahmed/configuration.nix | |
parent | 5d6e0aeefb79cecd2193ecec593eb1df65f76a8b (diff) |
Clean ahmed tmp on boot
Diffstat (limited to 'hosts/ahmed/configuration.nix')
-rw-r--r-- | hosts/ahmed/configuration.nix | 2 |
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"; |