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