Remove Rubble, update flake and such
This commit is contained in:
parent
933e51557d
commit
0b125f96f4
15 changed files with 34 additions and 162 deletions
|
@ -1,7 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
boot.kernelParams = [
|
||||
"radeon.cik_support=0"
|
||||
"amdgpu.cik_support=1"
|
||||
];
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelParams = [
|
||||
"radeon.cik_support=0"
|
||||
"amdgpu.cik_support=1"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# nixos-generate-config --root ./ --no-filesystems
|
||||
{ config, lib, modulesPath, ... }:
|
||||
{
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue