From 19580f878ca15d93e33a098db9902f7d1f34751d Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 14 Jan 2024 16:07:44 +0100 Subject: [PATCH] Option has been renamed --- nixos/hosts/wheatley/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 1c45303..c63ac2a 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -18,7 +18,7 @@ boot.loader.generic-extlinux-compatible.enable = true; boot.loader.grub.enable = false; - boot.cleanTmpDir = true; + boot.tmp.cleanOnBoot = true; # boot.extraModulePackages = [ # (pkgs.callPackage ./rtl8189es.nix {