Skip to content

Commit

Permalink
Upgrade kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Jan 4, 2024
1 parent 7af00e9 commit 6902c56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion machines/chungus/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ with lib; {
};

boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_6_1;
kernelPackages = pkgs.linuxKernel.packages.linux_6_6;

loader = {
efi.canTouchEfiVariables = true;
Expand Down
2 changes: 1 addition & 1 deletion machines/shai-hulud/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ with lib; {
./fs.nix
];

microsoft-surface.kernelVersion = "6.1";
microsoft-surface.kernelVersion = "6.6";

time.timeZone = "US/Pacific";

Expand Down
4 changes: 2 additions & 2 deletions nix/nixos-modules/roles/server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ inputs:
# Hashicorp Vault secrets uwu
vault-secrets.vaultAddress = "https://secrets.astrid.tech";

# Use a stable, frozen-version hardened kernel
boot.kernelPackages = pkgs.linuxPackages_5_15_hardened;
# Use a hardened kernel
boot.kernelPackages = pkgs.linuxKernel.packages.linux_hardened;

# Enable SSH in initrd for debugging
boot.initrd.network.ssh = {
Expand Down

0 comments on commit 6902c56

Please sign in to comment.