diff options
author | Karel Kočí <cynerd@email.cz> | 2023-03-23 12:14:22 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-03-23 12:14:22 +0100 |
commit | 1e890df4cc9a53025d7a41f0de55552e814fa444 (patch) | |
tree | a100da544c57dad310c74bd49c22e9ea5f5aad3e /nixos | |
parent | 20c3d92475e0c26ae54836b96a4a98c35adc68fd (diff) | |
download | nixos-personal-1e890df4cc9a53025d7a41f0de55552e814fa444.tar.gz nixos-personal-1e890df4cc9a53025d7a41f0de55552e814fa444.tar.bz2 nixos-personal-1e890df4cc9a53025d7a41f0de55552e814fa444.zip |
nixos/binky: switch to the latest kernel
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/machine/binky.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/machine/binky.nix b/nixos/machine/binky.nix index 556dbcf..a90d625 100644 --- a/nixos/machine/binky.nix +++ b/nixos/machine/binky.nix @@ -20,8 +20,6 @@ with lib; { }; }; - # Try older kernel to see if it helps with USB monitor - boot.kernelPackages = pkgs.linuxPackages; boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "usb_storage" "sd_mod"]; boot.kernelModules = ["kvm-amd"]; |