feat(servivi): use latest kernel
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-11 12:31:29 -05:00
parent cee09131db
commit 8807a5952d
2 changed files with 9 additions and 6 deletions

View file

@ -1,18 +1,14 @@
{
config,
modulesPath,
pkgs,
...
}: {
nixpkgs.hostPlatform = "x86_64-linux";
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
boot = {
loader = {
timeout = 2;
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_latest;
kernelModules = ["kvm-amd"];
initrd.availableKernelModules = [
@ -23,6 +19,13 @@
"usbhid"
"sd_mod"
];
loader = {
timeout = 2;
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
};
fileSystems = {

Binary file not shown.