[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 = {
|
||||
availableKernelModules = cfg.ethernetDrivers;
|
||||
systemd = {
|
||||
initrdBin = [ pkgs.busybox pkgs.wireguard-tools ];
|
||||
initrdBin = [ pkgs.busybox pkgs.wireguard-tools pkgs.iproute2 ];
|
||||
enable = true;
|
||||
network.enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user