Add Detritus
This commit is contained in:
parent
822fa6eae2
commit
ca2d6e4091
14 changed files with 211 additions and 14 deletions
12
hosts/detritus/boot/default.nix
Normal file
12
hosts/detritus/boot/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelParams = [
|
||||
"amdgpu.cik_support=1"
|
||||
"radeon.cik_support=0"
|
||||
];
|
||||
loader.grub.enable = true;
|
||||
plymouth.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue