Skip to content

Commit

Permalink
hosts: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Jun 28, 2021
1 parent 808a71d commit 5fba33f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hosts/superfluous/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ in
/*
NOTE: replace this with your desired kernel
If you're not me or a XanMod kernel maintainer, use pkgs.linuxPackages_xanmod instead.
If you're not me or a XanMod kernel maintainer in Nixpkgs, use pkgs.linuxPackages_xanmod instead.
*/
kernelPackages = pkgs.kernel.linuxPackages_xanmod;
# kernelPackages = pkgs.linuxPackages_latest;
# kernelPackages = pkgs.kernel.linuxPackages_xanmod;
kernelPackages = pkgs.master.linuxPackages_xanmod;

kernelParams = [
"mitigations=off"
Expand Down

0 comments on commit 5fba33f

Please sign in to comment.