From 884c2b0dbfb76f3b15d1e3f2240796af56ccc2d7 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sat, 18 May 2019 15:51:25 +0200 Subject: [PATCH] switch to latest kernel for fixing WLAN card firmware issues --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 550c5ce..b31678e 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -33,7 +33,7 @@ in { fileSystems."/tmp".fsType = "tmpfs"; # try newer kernels - #boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_latest; services.fstrim.enable = true; services.btrfs.autoScrub =