summaryrefslogtreecommitdiff
path: root/ilex/configuration.nix
diff options
context:
space:
mode:
authorstuebinm2023-06-30 23:39:18 +0200
committerstuebinm2023-06-30 23:39:18 +0200
commit34d980586399831d300d3aad031c555966f486af (patch)
treeaab431448d32f7d30e8e7f771b8d20561ccebf03 /ilex/configuration.nix
parentd7576dbe98d128316058256424f3fc566d07ad67 (diff)
update inputs
Diffstat (limited to '')
-rw-r--r--ilex/configuration.nix3
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.