From f6bbbdec3e623542861ab3120d444eab86aa1cab Mon Sep 17 00:00:00 2001 From: kalipso Date: Sat, 15 Nov 2025 15:11:47 +0100 Subject: [PATCH] [initssh] add pkgs.busybox to initrd --- machines/modules/malobeo/initssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/modules/malobeo/initssh.nix b/machines/modules/malobeo/initssh.nix index 9126749..9e0b715 100644 --- a/machines/modules/malobeo/initssh.nix +++ b/machines/modules/malobeo/initssh.nix @@ -42,6 +42,7 @@ in initrd = { availableKernelModules = cfg.ethernetDrivers; systemd = { + packages = [ pkgs.busybox ]; enable = true; network.enable = true; };