first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
8
modules/core/bootloader.nix
Normal file
8
modules/core/bootloader.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_lqx;
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue