From 2ad0a865d5722d901a5d6c75178568e64e8e725d Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 27 Oct 2023 11:23:19 +0200 Subject: [PATCH] SteamDeck: revert back to on disk /tmp --- machines/SteamDeck/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/SteamDeck/configuration.nix b/machines/SteamDeck/configuration.nix index bbf55b4..3d4ba77 100755 --- a/machines/SteamDeck/configuration.nix +++ b/machines/SteamDeck/configuration.nix @@ -74,6 +74,9 @@ ]; }; + # Large builds (the linux kernel) fail to build because /tmp is too small when using tmpfs + boot.tmp.useTmpfs = false; + environment.systemPackages = [ pkgs.steamdeck-firmware ]; # List packages installed in system profile. To search, run: # $ nix search wget