From b2ded38b1d26f7a6033aa1e3cef6a6468461bed6 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Wed, 20 Mar 2019 23:16:23 +0100 Subject: [PATCH] use LTS kernel again --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 9416d69..c651281 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 =