# This file is used to define the Hostname for the Machine # Please remove the "$EXAMPLE" and replace it with a UNIQUE Hostname {config, libs, pkgs, ...}: { networking.hostName = "$EXAMPLE"; }