config

NixOS config
Log | Files | Refs | README | LICENSE

commit d79400bd1d9d7dbb24303487b306d2ed3e990713 (tree)
parent 8c3d1261c9f5110b97a3e026ca64c51739f8f1ca
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon, 25 Mar 2024 10:29:32 +0200

Revert "mtworx: trying linux 6.1"

This reverts commit 8c3d1261c9f5110b97a3e026ca64c51739f8f1ca.

Diffstat:
Mhosts/mtworx/configuration.nix | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix @@ -14,8 +14,7 @@ in { ]; boot = { - #kernelPackages = pkgs.linuxPackages_latest; - kernelPackages = pkgs.linuxKernel.packages.linux_6_1; + kernelPackages = pkgs.linuxPackages_latest; kernelModules = ["kvm-intel"]; loader.systemd-boot.enable = true; initrd = {