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 =