From 379795f6e828ac93d9e288d6f482302ac559338a Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 31 Jan 2025 22:46:36 -0500 Subject: [PATCH] Disable tmpfs on neelix so it can compile the kernel. --- nix/configuration/hosts/neelix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/configuration/hosts/neelix/default.nix b/nix/configuration/hosts/neelix/default.nix index 82a3a47..0ccf563 100644 --- a/nix/configuration/hosts/neelix/default.nix +++ b/nix/configuration/hosts/neelix/default.nix @@ -21,7 +21,7 @@ boot.initrd.kernelModules = [ "i915" ]; # Mount tmpfs at /tmp - boot.tmp.useTmpfs = true; + # boot.tmp.useTmpfs = true; me.bluetooth.enable = true; me.emacs_flavor = "plainmacs";