matrix-synapse: default server_name to hostname

+1
+1
nixos/modules/services/misc/matrix-synapse.nix
··· 186 186 server_name = mkOption { 187 187 type = types.str; 188 188 example = "example.com"; 189 + default = config.networking.hostName; 189 190 description = '' 190 191 The domain name of the server, with optional explicit port. 191 192 This is used by remote servers to connect to this server,