fix(tsuba): remove duplicate bootloader configuration
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-18 16:35:09 +05:30
parent ab1c940aef
commit 59eee40635

View File

@@ -10,7 +10,6 @@
networking.useNetworkd = true;
systemd.services.NetworkManager-wait-online.enable = false;
systemd.network.wait-online.enable = false;
boot.loader.raspberryPi.bootloader = "kernel";
fileSystems."/home".neededForBoot = true;
boot.loader.raspberryPi.bootloader = "kernel";