ChCh-Public-PCs-NIXOS-Config/hostname.nix.example
2025-04-27 00:24:25 +02:00

9 lines
No EOL
197 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";
}