mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
iron: init
This commit is contained in:
parent
78a94179ca
commit
dd1258ca22
5 changed files with 24 additions and 4 deletions
5
nix/nixosModules/extra/macbook-pro-radeon.nix
Normal file
5
nix/nixosModules/extra/macbook-pro-radeon.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
# This will temporarily disable the dedicated graphics and boot into the system.
|
||||
# If your computer suffers from the GPU's death it won't boot unless you do this.
|
||||
boot.kernelParams = ["radeon.modeset=0"];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue