From 3e92a9e2bd558918267b80f31813a3aecff852c8 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Tue, 2 Jan 2024 16:36:49 +0800 Subject: [PATCH] faucet(boot): set tmp.cleanOnBoot --- faucet/boot/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/faucet/boot/default.nix b/faucet/boot/default.nix index 4df70fd5..3b2b70bf 100644 --- a/faucet/boot/default.nix +++ b/faucet/boot/default.nix @@ -19,6 +19,7 @@ in { lanzaboote.pkiBundle = sbPath; loader.systemd-boot.enable = cfg.systemd-boot; loader.efi.canTouchEfiVariables = true; + tmp.cleanOnBoot = true; }; # symlink for sbctl