mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
iron: init
This commit is contained in:
parent
78a94179ca
commit
dd1258ca22
5 changed files with 24 additions and 4 deletions
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
"vscode"
|
||||
"code"
|
||||
|
||||
"b43-firmware" # MacBook 8,3
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
|
|||
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"];
|
||||
}
|
||||
5
nix/nixosModules/named/iron/default.nix
Normal file
5
nix/nixosModules/named/iron/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
}
|
||||
3
nix/nixosModules/named/iron/hardware-configuration.nix
Normal file
3
nix/nixosModules/named/iron/hardware-configuration.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
# TODO: replace this
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue