{ config, pkgs, ... }: { networking.hostName = "abra"; # Define your hostname. networking.networkmanager.enable = true; }