[initssh] add pkgs.busybox to initrd
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m47s
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m47s
This commit is contained in:
@@ -42,6 +42,7 @@ in
|
||||
initrd = {
|
||||
availableKernelModules = cfg.ethernetDrivers;
|
||||
systemd = {
|
||||
packages = [ pkgs.busybox ];
|
||||
enable = true;
|
||||
network.enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user