From 20b43baa2ad09a61efb4d0696eeccd47c1b59b00 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 11 Mar 2024 15:32:24 +0000 Subject: [PATCH] chore: Rename boot.cleanTmpDir to boot.tmp.cleanOnBoot (#181) --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 79a85cc..1b614bf 100644 --- a/nixos-infect +++ b/nixos-infect @@ -41,7 +41,7 @@ makeConf() { $NIXOS_IMPORT ]; - boot.cleanTmpDir = true; + boot.tmp.cleanOnBoot = true; zramSwap.enable = ${zramswap}; networking.hostName = "$(hostname -s)"; networking.domain = "$(hostname -d)";