From a63edffc05e0c9819f3809361f3958f7d49732b5 Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 24 Jan 2025 04:36:13 -0500 Subject: [PATCH] fix boot location --- hosts/pancake/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/pancake/default.nix b/hosts/pancake/default.nix index 221b3dc..091c365 100644 --- a/hosts/pancake/default.nix +++ b/hosts/pancake/default.nix @@ -70,10 +70,6 @@ users.users.root.initialHashedPassword = ""; users.users.yt.initialHashedPassword = ""; - boot.loader.generic-extlinux-compatible.mirroredBoots = [ - { path = "/boot/firmware"; } - ]; - # remove this after https://github.com/NixOS/nixpkgs/pull/375165 lands on unstable boot.kernelPackages = lib.mkForce inputs.nixpkgs-rpi.legacyPackages.aarch64-linux.linuxKernel.packages.linux_rpi3; }