diff options
author | stuebinm | 2023-02-13 21:17:03 +0100 |
---|---|---|
committer | stuebinm | 2023-02-13 21:17:03 +0100 |
commit | 0a7e05112df9776789e2e59729d3b2c497548ba3 (patch) | |
tree | c6c617f35ce4f6d93590a7801d0f1872e82e8704 /ilex | |
parent | d96089fd50d2861aa577a2c27b188ca7780aa475 (diff) |
update inputs
Diffstat (limited to 'ilex')
-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; |