Move linux kernel specification to sandy

This commit is contained in:
Benson Chu 2025-03-19 05:42:47 -05:00
parent 9ddfac70fb
commit ccbef38241
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,6 @@ in
imports = [
];
boot.kernelPackages = pkgs.linuxPackages_6_12;
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;

View file

@ -10,6 +10,8 @@ in
nixos-hardware.nixosModules.framework-11th-gen-intel
];
boot.kernelPackages = pkgs.linuxPackages_6_12;
networking = {
hostId = "7be305c3";
hostName = "sandy";