reNixos/ada/boot/loader/systemd-boot.nix
s0me1newithhand7s c44e21c8b3 fix(ada): systemd-boot cleanage
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 00:03:49 +03:00

9 lines
101 B
Nix

_: {
boot = {
loader = {
systemd-boot = {
enable = false;
};
};
};
}