hostname.nix.example aktualisiert
This commit is contained in:
parent
d037ad05cd
commit
c4f1de9be0
2 changed files with 9 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
|||
{config, libs, pkgs, ...}:
|
||||
{
|
||||
networking.hostname = "ChCh-Elab-L";
|
||||
};
|
9
hostname.nix.example
Normal file
9
hostname.nix.example
Normal 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";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue