From dad6ff8bf9e3a0f01b1741dec1ce5d847c338cdd Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 8 Jan 2022 11:24:40 -0500 Subject: [PATCH] back to default kernel --- features/desktopish/guiapps.nix | 1 + flake.lock | 8 ++++---- flake.nix | 2 +- hosts/thick.nix | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/features/desktopish/guiapps.nix b/features/desktopish/guiapps.nix index 1d6886d..874bc33 100644 --- a/features/desktopish/guiapps.nix +++ b/features/desktopish/guiapps.nix @@ -6,6 +6,7 @@ # Apps I use on desktops and laptops environment.systemPackages = with pkgs; [ brave + firefox # onlyoffice-bin obsidian diff --git a/flake.lock b/flake.lock index 6a3729f..c2ab980 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } }, diff --git a/flake.nix b/flake.nix index 9940eaa..c4dd978 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/hosts/thick.nix b/hosts/thick.nix index 5c43308..d94e831 100644 --- a/hosts/thick.nix +++ b/hosts/thick.nix @@ -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 ];