Skip to content

Commit

Permalink
flake.lock: update
Browse files Browse the repository at this point in the history
hosts/io: use cachyos kernel (again)
  • Loading branch information
fufexan committed Oct 13, 2024
1 parent 19caf46 commit f685e9a
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 71 deletions.
138 changes: 69 additions & 69 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions hosts/io/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
group = "users";
};

boot.kernelPackages = lib.mkForce pkgs.linuxPackages;
environment.systemPackages = [pkgs.scx];
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
environment.systemPackages = [
pkgs.scx
];

boot = {
kernelModules = ["i2c-dev"];
Expand Down

0 comments on commit f685e9a

Please sign in to comment.