Move linux kernel specification to sandy
This commit is contained in:
parent
9ddfac70fb
commit
ccbef38241
2 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ in
|
|||
imports = [
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_12;
|
||||
boot.loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ in
|
|||
nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_12;
|
||||
|
||||
networking = {
|
||||
hostId = "7be305c3";
|
||||
hostName = "sandy";
|
||||
|
|
|
|||
Loading…
Reference in a new issue