Debug RasPi conf

This commit is contained in:
Vili Sinervä 2025-01-16 16:12:30 +02:00
parent b3e65b92f0
commit 43defb4b7d
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -108,8 +108,6 @@ in
"usb_storage" "usb_storage"
]; ];
loader = { loader = {
systemd-boot.enable = pkgs.lib.mkForce false;
efi.canTouchEfiVariables = pkgs.lib.mkForce false;
grub.enable = false; grub.enable = false;
generic-extlinux-compatible.enable = true; generic-extlinux-compatible.enable = true;
}; };