diff options
author | stuebinm | 2023-03-24 03:20:04 +0100 |
---|---|---|
committer | stuebinm | 2023-03-24 03:20:04 +0100 |
commit | 6840fd8748b570faabfe054835c5d3edb56f471d (patch) | |
tree | 60f9c52e4b0848ef3bf650efeae5cc0dad176ff2 /ilex | |
parent | 7eddcb4ab50ef482ff36701648854d4c7c3ce177 (diff) |
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.
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 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. |