{ hostname, ... }: { networking = { networkmanager = { enable = true; wifi.backend = "iwd"; }; hostName = "${hostname}"; }; }