diff options
Diffstat (limited to '')
-rw-r--r-- | ilex/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ilex/configuration.nix b/ilex/configuration.nix index a2fdb2a..640b1bd 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -11,7 +11,7 @@ networking.firewall.allowedTCPPorts = [ 5000 ]; - boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_0; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_1; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; |