SteamDeck: revert back to on disk /tmp

This commit is contained in:
Toast 2023-10-27 11:23:19 +02:00
parent 15d667763c
commit 2ad0a865d5

View file

@ -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 ]; environment.systemPackages = [ pkgs.steamdeck-firmware ];
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget