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