[initssh] fix busybox

This commit is contained in:
2025-11-15 15:47:02 +01:00
parent f6bbbdec3e
commit 0df32bf47c

View File

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