feat(tsuba): update Raspberry Pi bootloader and extra config settings
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-05 16:40:53 +05:30
parent 59e0ffc1ae
commit 6c9ea5bd8f

View File

@@ -13,6 +13,7 @@
boot.loader.raspberryPi.bootloader = "kernel";
fileSystems."/home".neededForBoot = true;
boot.loader.raspberryPi.bootloader = "kernel";
system.nixos.tags = let
cfg = config.boot.loader.raspberryPi;