From 6840fd8748b570faabfe054835c5d3edb56f471d Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 24 Mar 2023 03:20:04 +0100 Subject: update inputs also remove some old stuff. also deduplicate the erlangs on my akkoma. also remove chromium, since for some reason hydra hasn't built it yet and I'm not fancying compiling it myself. also remove the whole sshd mosh stuff for the chat, since that broke tmux-on-login. --- ilex/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ilex/configuration.nix') diff --git a/ilex/configuration.nix b/ilex/configuration.nix index ec1f856..462cc3f 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -12,7 +12,7 @@ networking.firewall.allowedTCPPorts = [ 5000 ]; - boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_1; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_2; hardware.opengl.driSupport32Bit = true; # Use the systemd-boot EFI boot loader. -- cgit v1.2.3