summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machines/firelink.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/firelink.nix b/machines/firelink.nix
index 5993bf5..2ae4525 100644
--- a/machines/firelink.nix
+++ b/machines/firelink.nix
@@ -105,7 +105,7 @@ in {
boot.loader.grub.efiSupport = true;
boot.loader.efi.canTouchEfiVariables = true;
# boot.loader.grub.efiInstallAsRemovable = true;
- boot.kernelPackages = pkgs.my-linuxPackages;
+ # boot.kernelPackages = pkgs.my-linuxPackages;
boot.kernelModules = [ "i2c-dev" ];
# https://bugzilla.kernel.org/show_bug.cgi?id=203709