From 3e17c1613d81f4d6ea412f344fecc3deff886c21 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 20 Jul 2022 23:45:30 -0400 Subject: feat(grfn/system): Enable boot.cleanTmpDir Change-Id: Idb171cd4baa4c6e54edb8d906559778d005bddb3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5966 Reviewed-by: grfn Autosubmit: grfn Tested-by: BuildkiteCI --- users/grfn/system/system/modules/common.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'users/grfn/system') diff --git a/users/grfn/system/system/modules/common.nix b/users/grfn/system/system/modules/common.nix index fb0e377d9f..fb3a976f6e 100644 --- a/users/grfn/system/system/modules/common.nix +++ b/users/grfn/system/system/modules/common.nix @@ -9,8 +9,11 @@ in with lib; { - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; + boot = { + loader.systemd-boot.enable = true; + loader.efi.canTouchEfiVariables = true; + cleanTmpDir = true; + }; networking.useDHCP = false; networking.networkmanager.enable = true; -- cgit 1.4.1