diff --git a/hostname.nix b/hostname.nix deleted file mode 100644 index 863eeee..0000000 --- a/hostname.nix +++ /dev/null @@ -1,4 +0,0 @@ -{config, libs, pkgs, ...}: -{ - networking.hostname = "ChCh-Elab-L"; -}; diff --git a/hostname.nix.example b/hostname.nix.example new file mode 100644 index 0000000..548a09a --- /dev/null +++ b/hostname.nix.example @@ -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"; +};