diff options
| author | stuebinm | 2026-04-01 21:11:00 +0200 |
|---|---|---|
| committer | stuebinm | 2026-04-01 21:11:00 +0200 |
| commit | 95edeeb20affe212d6cb62b4de49e9473cd59bcd (patch) | |
| tree | 389f007c8a00487846b8ddbf2196f9e61fcf214e /ilex | |
| parent | ca299fa5c846218027e7a4d31e528b077335e561 (diff) | |
kernel 6.19 seems to have some kind of odd driver issues on this
machine. Downgrade for now.
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 d640f54..fd746a7 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -23,7 +23,7 @@ networking.firewall.allowedUDPPorts = [ 9100 9103 ]; boot.kernelPackages = - pkgs.linuxKernel.packageAliases.linux_latest; + pkgs.linuxKernel.packageAliases.linux_default; hardware.graphics.enable32Bit = true; hardware.bluetooth.enable = true; |
