back to default kernel

This commit is contained in:
Sridhar Ratnakumar 2022-01-08 11:24:40 -05:00
parent 524ddd04be
commit dad6ff8bf9
4 changed files with 8 additions and 7 deletions

View file

@ -6,6 +6,7 @@
# Apps I use on desktops and laptops
environment.systemPackages = with pkgs; [
brave
firefox
# onlyoffice-bin
obsidian

8
flake.lock generated
View file

@ -932,17 +932,17 @@
},
"nixpkgs_12": {
"locked": {
"lastModified": 1640959792,
"narHash": "sha256-zYSR//06FU2TDOpKKj0Hkff6unsxk3NwwNFuB1loU6E=",
"lastModified": 1641528457,
"narHash": "sha256-FyU9E63n1W7Ql4pMnhW2/rO9OftWZ37pLppn/c1aisY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "59bfda72480496f32787cec8c557182738b1bd3f",
"rev": "ff377a78794d412a35245e05428c8f95fef3951f",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "59bfda72480496f32787cec8c557182738b1bd3f",
"rev": "ff377a78794d412a35245e05428c8f95fef3951f",
"type": "github"
}
},

View file

@ -6,7 +6,7 @@
# https://status.nixos.org/
#
# This ensures that we always use the official nix cache.
nixpkgs.url = "github:nixos/nixpkgs/59bfda72480496f32787cec8c557182738b1bd3f";
nixpkgs.url = "github:nixos/nixpkgs/ff377a78794d412a35245e05428c8f95fef3951f";
darwin.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs";

View file

@ -10,9 +10,9 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
# boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_latest;
# Kernel w/ clear linux like patches: https://github.com/NixOS/nixpkgs/issues/63708#issuecomment-1003875463
boot.kernelPackages = pkgs.linuxPackages_xanmod;
# boot.kernelPackages = pkgs.linuxPackages_xanmod;
boot.supportedFilesystems = [ "ntfs" ];
# https://notes.srid.ca/rtl8821cu
# boot.extraModulePackages = [ config.boot.kernelPackages.rtl8821cu ];