ChCh-Public-PCs-NIXOS-Config/hostname.nix.example

9 lines
199 B
Text

# 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";
};