diff options
author | stuebinm | 2023-06-30 23:39:18 +0200 |
---|---|---|
committer | stuebinm | 2023-06-30 23:39:18 +0200 |
commit | 34d980586399831d300d3aad031c555966f486af (patch) | |
tree | aab431448d32f7d30e8e7f771b8d20561ccebf03 /ilex | |
parent | d7576dbe98d128316058256424f3fc566d07ad67 (diff) |
update inputs
Diffstat (limited to 'ilex')
-rw-r--r-- | ilex/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ilex/configuration.nix b/ilex/configuration.nix index 402e967..d8cd2d4 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -15,7 +15,8 @@ networking.firewall.allowedTCPPorts = [ 5000 ]; - boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_3; + boot.kernelPackages = + pkgs.linuxKernel.packageAliases.linux_latest; hardware.opengl.driSupport32Bit = true; # Use the systemd-boot EFI boot loader. |