added kernel to device specific

This commit is contained in:
twoneis 2023-11-13 21:01:32 +01:00
parent 7e65d2770d
commit 4f71edaaf8
2 changed files with 4 additions and 4 deletions

View file

@ -17,9 +17,6 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Select kernel version
boot.kernelPackages = pkgs.linuxPackages_zen;
# Enable networking
networking.networkmanager.enable = true;