From 1ff5f8f01b52ead9b86e794e7a1c9e8de3f3e40f Mon Sep 17 00:00:00 2001 From: nixbitcoin Date: Sat, 30 Jan 2021 23:08:40 +0100 Subject: [PATCH] hardening: use generic hostname by default Minimize identifying information --- examples/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/configuration.nix b/examples/configuration.nix index 8e8b7cb..1938bfe 100644 --- a/examples/configuration.nix +++ b/examples/configuration.nix @@ -210,7 +210,7 @@ # services.joinmarket-ob-watcher.enable = true; # FIXME: Define your hostname. - networking.hostName = "nix-bitcoin"; + networking.hostName = "host"; time.timeZone = "UTC"; # FIXME: Add your SSH pubkey