From 59eee40635b541a85c03040a9840c95bb04448b6 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Thu, 18 Dec 2025 16:35:09 +0530 Subject: [PATCH] fix(tsuba): remove duplicate bootloader configuration --- nixos/tsuba/tsuba.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tsuba/tsuba.nix b/nixos/tsuba/tsuba.nix index db6c50d5..928f2cdd 100644 --- a/nixos/tsuba/tsuba.nix +++ b/nixos/tsuba/tsuba.nix @@ -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";