From 5c585e6fc3d865b444ad6e226ec70827758a5394 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Tue, 18 Jun 2019 17:00:59 +0200 Subject: [PATCH] switch back to latest stable kernel in hope for less (but still) WLAN 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 =