From a193b02ce039ba5a05af9896622a79bd47d85ac3 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 15 Apr 2023 19:09:57 +0200 Subject: [PATCH] base: Fix renamed option --- lib/baseSystem.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/baseSystem.nix b/lib/baseSystem.nix index 644a07f..8fab5a0 100644 --- a/lib/baseSystem.nix +++ b/lib/baseSystem.nix @@ -282,7 +282,7 @@ in { }; boot = { - cleanTmpDir = true; + tmp.cleanOnBoot = true; loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true;