hostname.nix.example aktualisiert

This commit is contained in:
fnord 2025-04-27 00:21:05 +02:00
parent d037ad05cd
commit c4f1de9be0
2 changed files with 9 additions and 4 deletions

View file

@ -1,4 +0,0 @@
{config, libs, pkgs, ...}:
{
networking.hostname = "ChCh-Elab-L";
};

9
hostname.nix.example Normal file
View file

@ -0,0 +1,9 @@
# 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";
};