iron: init

This commit is contained in:
Primrose 2025-02-08 20:07:58 +01:00
parent 78a94179ca
commit dd1258ca22
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 24 additions and 4 deletions

View file

@ -13,6 +13,8 @@
"vscode"
"code"
"b43-firmware" # MacBook 8,3
]
);
}

View 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"];
}

View file

@ -0,0 +1,5 @@
{
imports = [
./hardware-configuration.nix
];
}

View file

@ -0,0 +1,3 @@
{
# TODO: replace this
}