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; }