chore: set hostname by var, remove trash, add missing ssh files

This commit is contained in:
2024-11-02 01:44:24 +01:00
parent 551800c69b
commit 395fe1d235
8 changed files with 8 additions and 88 deletions

View File

@ -106,6 +106,9 @@
allowedUDPPorts = [ ];
};
# Set hostname to DOTF_HOSTNAME if defined, otherwise use the hostname of the system.
networking.hostName = builtins.getEnv "DOTF_HOSTNAME";
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave