···186186 server_name = mkOption {
187187 type = types.str;
188188 example = "example.com";
189189+ default = config.networking.hostName;
189190 description = ''
190191 The domain name of the server, with optional explicit port.
191192 This is used by remote servers to connect to this server,