[initssh] add pkgs.busybox to initrd
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m47s

This commit is contained in:
2025-11-15 15:11:47 +01:00
parent 2a5539c204
commit f6bbbdec3e

View File

@@ -42,6 +42,7 @@ in
initrd = {
availableKernelModules = cfg.ethernetDrivers;
systemd = {
packages = [ pkgs.busybox ];
enable = true;
network.enable = true;
};