This allows developers to manually start the iwd daemon and connect to a wireless network, to confirm that the rest of the stack works correctly when used with Wi-Fi. Signed-off-by: Yureka Lilian <yureka@cyberchaos.dev> --- vm/sys/net/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/sys/net/default.nix b/vm/sys/net/default.nix index f4e51dd..889e5ec 100644 --- a/vm/sys/net/default.nix +++ b/vm/sys/net/default.nix @@ -8,7 +8,7 @@ pkgsMusl.callPackage ( { lib, stdenvNoCC, nixos, runCommand, writeClosure , erofs-utils, jq, s6-rc, util-linux, xorg , busybox, dbus, execline, kmod, linux_latest, mdevd, nftables -, s6, s6-linux-init, xdp-tools, spectrum-driver-tools +, s6, s6-linux-init, xdp-tools, spectrum-driver-tools, iwd }: let @@ -72,7 +72,7 @@ let # Packages that should be fully linked into /usr, # (not just their bin/* files). usrPackages = [ - dbus firmware kernel.modules terminfo + dbus firmware kernel.modules terminfo iwd # for xdp-forwarder spectrum-driver-tools -- 2.51.2