{ config, pkgs, ... }: { imports = [ ]; config = { networking.wireless.enable = true; networking.wireless.networks."GoogleGuest" = {}; }; }