summaryrefslogtreecommitdiff
path: root/machines/x1-pincer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/x1-pincer.nix')
-rw-r--r--machines/x1-pincer.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/x1-pincer.nix b/machines/x1-pincer.nix
index fca4bab..2a899bc 100644
--- a/machines/x1-pincer.nix
+++ b/machines/x1-pincer.nix
@@ -75,7 +75,6 @@ let ports = {
boot = {
loader.grub = {
enable = true;
- version = 2;
device = "nodev";
efiSupport = true;
ipxe = {
@@ -90,7 +89,8 @@ let ports = {
};
};
loader.efi.canTouchEfiVariables = true;
- kernelPackages = pkgs.linuxPackages_latest;
+ # 6.4 is broken: https://github.com/NixOS/nixpkgs/issues/243830
+ # kernelPackages = pkgs.linuxPackages_latest;
kernelModules = ["xpad" "kvm-intel" ];
initrd.luks.devices = {