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)";