Skip to content

Commit

Permalink
zenbook: linux kernel 6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCash committed Oct 28, 2024
1 parent fe37f70 commit cf36b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/zenbook/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rec {
hostname = "zenbook";
system = "x86_64-linux";
systemNixpkgs = nixpkgsUnstable;
kernelPackages = nixpkgsUnstable.legacyPackages.${system}.linuxPackages_6_10;
kernelPackages = nixpkgsUnstable.legacyPackages.${system}.linuxPackages_6_11;
ssd = true;
vpnAddress = "10.0.0.9";
tailscaleId = "zeta";
Expand Down

0 comments on commit cf36b96

Please sign in to comment.