SteamDeck: revert back to on disk /tmp
This commit is contained in:
parent
15d667763c
commit
2ad0a865d5
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue